[llvm-commits] [llvm] r107500 - /llvm/trunk/lib/Target/CppBackend/CPPBackend.cpp
Gabor Greif
ggreif at gmail.com
Fri Jul 2 12:26:28 PDT 2010
Author: ggreif
Date: Fri Jul 2 14:26:28 2010
New Revision: 107500
URL: http://llvm.org/viewvc/llvm-project?rev=107500&view=rev
Log:
beautify output
Modified:
llvm/trunk/lib/Target/CppBackend/CPPBackend.cpp
Modified: llvm/trunk/lib/Target/CppBackend/CPPBackend.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/CppBackend/CPPBackend.cpp?rev=107500&r1=107499&r2=107500&view=diff
==============================================================================
--- llvm/trunk/lib/Target/CppBackend/CPPBackend.cpp (original)
+++ llvm/trunk/lib/Target/CppBackend/CPPBackend.cpp Fri Jul 2 14:26:28 2010
@@ -1421,6 +1421,7 @@
nl(Out) << iName << "->setTailCall("
<< (call->isTailCall() ? "true" : "false");
Out << ");";
+ nl(Out);
printAttributes(call->getAttributes(), iName);
Out << iName << "->setAttributes(" << iName << "_PAL);";
nl(Out);
More information about the llvm-commits
mailing list