summaryrefslogtreecommitdiff
path: root/lib/Target/CppBackend
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2010-07-02 19:26:28 +0000
committerGabor Greif <ggreif@gmail.com>2010-07-02 19:26:28 +0000
commit135d7fe9bb27594820ae3b64e6f6937b5cef771e (patch)
tree5d9b231e68afaeaf1297a011d56d67493dabe147 /lib/Target/CppBackend
parent53ba550df1980164c016954e4b132d5a5552ada7 (diff)
downloadllvm-135d7fe9bb27594820ae3b64e6f6937b5cef771e.tar.gz
llvm-135d7fe9bb27594820ae3b64e6f6937b5cef771e.tar.bz2
llvm-135d7fe9bb27594820ae3b64e6f6937b5cef771e.tar.xz
beautify output
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107500 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/CppBackend')
-rw-r--r--lib/Target/CppBackend/CPPBackend.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/CppBackend/CPPBackend.cpp b/lib/Target/CppBackend/CPPBackend.cpp
index 2f4c669f48..46a4ca4437 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);