From: Gabor Greif Date: Fri, 2 Jul 2010 19:26:28 +0000 (+0000) Subject: beautify output X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=135d7fe9bb27594820ae3b64e6f6937b5cef771e;p=oota-llvm.git beautify output git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107500 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/CppBackend/CPPBackend.cpp b/lib/Target/CppBackend/CPPBackend.cpp index 2f4c669f483..46a4ca4437d 100644 --- a/lib/Target/CppBackend/CPPBackend.cpp +++ b/lib/Target/CppBackend/CPPBackend.cpp @@ -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);