* 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:
Jonas Maebe 2015-05-03 16:50:55 +00:00
parent 4a5b7b7d50
commit d546e74d1c

View File

@ -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;
{****************************************************************************}