mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 12:39:09 +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
|
if op=la_alloca then
|
||||||
owner.AsmWrite(getreferencealignstring(taillvm(hp).oper[0]^.ref^));
|
owner.AsmWrite(getreferencealignstring(taillvm(hp).oper[0]^.ref^));
|
||||||
if nested then
|
if nested then
|
||||||
owner.AsmWrite(')');
|
owner.AsmWrite(')')
|
||||||
owner.AsmLn;
|
else
|
||||||
|
owner.AsmLn;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{****************************************************************************}
|
{****************************************************************************}
|
||||||
|
Loading…
Reference in New Issue
Block a user