mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 04:39:28 +02:00
* don't write newlines after nested taillvm instructions (since they're
embedded in the middle of another instruction) git-svn-id: trunk@30779 -
This commit is contained in:
parent
4a5b7b7d50
commit
d546e74d1c
@ -453,8 +453,9 @@ implementation
|
||||
if op=la_alloca then
|
||||
owner.AsmWrite(getreferencealignstring(taillvm(hp).oper[0]^.ref^));
|
||||
if nested then
|
||||
owner.AsmWrite(')');
|
||||
owner.AsmLn;
|
||||
owner.AsmWrite(')')
|
||||
else
|
||||
owner.AsmLn;
|
||||
end;
|
||||
|
||||
{****************************************************************************}
|
||||
|
Loading…
Reference in New Issue
Block a user