aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/CppBackend/CPPBackend.cpp
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
commit9da02a83e974bbe41cff5d03d1faed56c134b17a (patch)
treea7f5409e813d057dc19869f6bf9ac09fa34b461d /llvm/lib/Target/CppBackend/CPPBackend.cpp
parentfeaeebfb5d19d816d42538c77cb2db8292cdf462 (diff)
downloadllvm-9da02a83e974bbe41cff5d03d1faed56c134b17a.zip
llvm-9da02a83e974bbe41cff5d03d1faed56c134b17a.tar.gz
llvm-9da02a83e974bbe41cff5d03d1faed56c134b17a.tar.bz2
beautify output
llvm-svn: 107500
Diffstat (limited to 'llvm/lib/Target/CppBackend/CPPBackend.cpp')
-rw-r--r--llvm/lib/Target/CppBackend/CPPBackend.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/CppBackend/CPPBackend.cpp b/llvm/lib/Target/CppBackend/CPPBackend.cpp
index 2f4c669..46a4ca4 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);