[llvm-commits] CVS: llvm/lib/VMCore/AsmWriter.cpp
Reid Spencer
reid at x10sys.com
Sun Aug 27 18:03:11 PDT 2006
Changes in directory llvm/lib/VMCore:
AsmWriter.cpp updated: 1.203 -> 1.204
---
Log message:
For PR387: http://llvm.org/PR387 :
Close out this long standing bug by removing the remaining overloaded
virtual functions in LLVM. The -Woverloaded-virtual option is now turned on.
---
Diffs of the changes: (+1 -2)
AsmWriter.cpp | 3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm/lib/VMCore/AsmWriter.cpp
diff -u llvm/lib/VMCore/AsmWriter.cpp:1.203 llvm/lib/VMCore/AsmWriter.cpp:1.204
--- llvm/lib/VMCore/AsmWriter.cpp:1.203 Sun Aug 27 17:42:52 2006
+++ llvm/lib/VMCore/AsmWriter.cpp Sun Aug 27 20:02:49 2006
@@ -1081,8 +1081,7 @@
}
}
-/// printInstruction - This member is called for each Instruction in a function..
-///
+// This member is called for each Instruction in a function..
void AssemblyWriter::printInstruction(const Instruction &I) {
if (AnnotationWriter) AnnotationWriter->emitInstructionAnnot(&I, Out);
More information about the llvm-commits
mailing list