beautify output
authorGabor Greif <ggreif@gmail.com>
Fri, 2 Jul 2010 19:26:28 +0000 (19:26 +0000)
committerGabor Greif <ggreif@gmail.com>
Fri, 2 Jul 2010 19:26:28 +0000 (19:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107500 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/CppBackend/CPPBackend.cpp

index 2f4c669f483853218896efda7414606835529813..46a4ca4437d7afcf5996d7c94e71c23b6f32853d 100644 (file)
@@ -1421,6 +1421,7 @@ void CppWriter::printInstruction(const Instruction *I,
     nl(Out) << iName << "->setTailCall("
         << (call->isTailCall() ? "true" : "false");
     Out << ");";
+    nl(Out);
     printAttributes(call->getAttributes(), iName);
     Out << iName << "->setAttributes(" << iName << "_PAL);";
     nl(Out);