[llvm-commits] CVS: llvm/tools/llvm2cpp/CppWriter.cpp
Reid Spencer
reid at x10sys.com
Wed May 31 21:21:33 PDT 2006
Changes in directory llvm/tools/llvm2cpp:
CppWriter.cpp updated: 1.9 -> 1.10
---
Log message:
Fix a bug where incorrect C++ was being emitted.
---
Diffs of the changes: (+0 -1)
CppWriter.cpp | 1 -
1 files changed, 1 deletion(-)
Index: llvm/tools/llvm2cpp/CppWriter.cpp
diff -u llvm/tools/llvm2cpp/CppWriter.cpp:1.9 llvm/tools/llvm2cpp/CppWriter.cpp:1.10
--- llvm/tools/llvm2cpp/CppWriter.cpp:1.9 Wed May 31 15:18:56 2006
+++ llvm/tools/llvm2cpp/CppWriter.cpp Wed May 31 23:21:20 2006
@@ -1446,7 +1446,6 @@
) {
Out << "\nModule* " << fname << "(Module *mod) {\n";
Out << "\nmod->setModuleIdentifier(\"" << mName << "\");\n";
- Out << "\");\n";
printModuleBody();
Out << "\nreturn mod;\n";
Out << "\n}\n";
More information about the llvm-commits
mailing list