[llvm-commits] CVS: llvm/lib/VMCore/AsmWriter.cpp
Reid Spencer
reid at x10sys.com
Tue Mar 27 18:53:38 PDT 2007
Changes in directory llvm/lib/VMCore:
AsmWriter.cpp updated: 1.265 -> 1.266
---
Log message:
No need to generate the implementation keyword any more. Its frivolous.
---
Diffs of the changes: (+0 -2)
AsmWriter.cpp | 2 --
1 files changed, 2 deletions(-)
Index: llvm/lib/VMCore/AsmWriter.cpp
diff -u llvm/lib/VMCore/AsmWriter.cpp:1.265 llvm/lib/VMCore/AsmWriter.cpp:1.266
--- llvm/lib/VMCore/AsmWriter.cpp:1.265 Thu Mar 22 11:38:57 2007
+++ llvm/lib/VMCore/AsmWriter.cpp Tue Mar 27 20:53:20 2007
@@ -842,8 +842,6 @@
I != E; ++I)
printGlobal(I);
- Out << "\nimplementation ; Functions:\n";
-
// Output all of the functions.
for (Module::const_iterator I = M->begin(), E = M->end(); I != E; ++I)
printFunction(I);
More information about the llvm-commits
mailing list