[llvm-commits] CVS: llvm/lib/VMCore/AsmWriter.cpp

LLVM llvm at cs.uiuc.edu
Thu May 27 17:09:44 PDT 2004


Changes in directory llvm/lib/VMCore:

AsmWriter.cpp updated: 1.132 -> 1.133

---
Log message:

Clean up a comment.


---
Diffs of the changes:  (+1 -1)

Index: llvm/lib/VMCore/AsmWriter.cpp
diff -u llvm/lib/VMCore/AsmWriter.cpp:1.132 llvm/lib/VMCore/AsmWriter.cpp:1.133
--- llvm/lib/VMCore/AsmWriter.cpp:1.132	Wed May 26 16:56:09 2004
+++ llvm/lib/VMCore/AsmWriter.cpp	Thu May 27 17:04:46 2004
@@ -600,7 +600,7 @@
   // which slot it occupies.
   void printInfoComment(const Value &V);
 };
-}  // end of anonymous namespace
+}  // end of llvm namespace
 
 /// printTypeAtLeastOneLevel - Print out one level of the possibly complex type
 /// without considering any symbolic types that we may have equal to it.





More information about the llvm-commits mailing list