commit | 9da02a83e974bbe41cff5d03d1faed56c134b17a | [log] [tgz] |
---|---|---|
author | Gabor Greif <ggreif@gmail.com> | Fri Jul 02 19:26:28 2010 +0000 |
committer | Gabor Greif <ggreif@gmail.com> | Fri Jul 02 19:26:28 2010 +0000 |
tree | a7f5409e813d057dc19869f6bf9ac09fa34b461d | |
parent | feaeebfb5d19d816d42538c77cb2db8292cdf462 [diff] |
beautify output llvm-svn: 107500
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 @@ nl(Out) << iName << "->setTailCall(" << (call->isTailCall() ? "true" : "false"); Out << ");"; + nl(Out); printAttributes(call->getAttributes(), iName); Out << iName << "->setAttributes(" << iName << "_PAL);"; nl(Out);