From d7633e9dd0ca59ad3ba6ebb311f529c294671f45 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Mon, 4 Dec 2006 14:13:45 +0000 Subject: [PATCH] * removed wrong comment from r5389 (no longer applicable since r5390) git-svn-id: trunk@5539 - --- compiler/ncal.pas | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/compiler/ncal.pas b/compiler/ncal.pas index c253ed17e5..43685edeb1 100644 --- a/compiler/ncal.pas +++ b/compiler/ncal.pas @@ -2342,11 +2342,7 @@ implementation n := para.left.getcopy; para.left.free; para.left := n; - { not pass_1, because if that para is a function call to } - { this same function, then it will be inlined again since } - { po_inline is not yet unset (since set_resulttype needs } - { it to determine whether the resulttype location may be } - { changed) } + firstpass(para.left); { create temps for value parameters, function result and also for }