mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 06:06:17 +02:00
* removed wrong comment from r5389 (no longer applicable since r5390)
git-svn-id: trunk@5539 -
This commit is contained in:
parent
7c387c9f82
commit
d7633e9dd0
@ -2342,11 +2342,7 @@ implementation
|
|||||||
n := para.left.getcopy;
|
n := para.left.getcopy;
|
||||||
para.left.free;
|
para.left.free;
|
||||||
para.left := n;
|
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);
|
firstpass(para.left);
|
||||||
|
|
||||||
{ create temps for value parameters, function result and also for }
|
{ create temps for value parameters, function result and also for }
|
||||||
|
Loading…
Reference in New Issue
Block a user