From 9da02a83e974bbe41cff5d03d1faed56c134b17a Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Fri, 2 Jul 2010 19:26:28 +0000 Subject: beautify output llvm-svn: 107500 --- llvm/lib/Target/CppBackend/CPPBackend.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/Target/CppBackend/CPPBackend.cpp') diff --git a/llvm/lib/Target/CppBackend/CPPBackend.cpp b/llvm/lib/Target/CppBackend/CPPBackend.cpp index 2f4c669f483..46a4ca4437d 100644 --- a/llvm/lib/Target/CppBackend/CPPBackend.cpp +++ b/llvm/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); -- cgit v1.2.3