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

Misha Brukman brukman at cs.uiuc.edu
Wed Apr 21 13:28:03 PDT 2004


Changes in directory llvm/lib/VMCore:

Module.cpp updated: 1.48 -> 1.49

---
Log message:

I'm allergic to the word `stuff'.


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

Index: llvm/lib/VMCore/Module.cpp
diff -u llvm/lib/VMCore/Module.cpp:1.48 llvm/lib/VMCore/Module.cpp:1.49
--- llvm/lib/VMCore/Module.cpp:1.48	Mon Mar  8 00:16:10 2004
+++ llvm/lib/VMCore/Module.cpp	Wed Apr 21 13:27:56 2004
@@ -24,7 +24,7 @@
 using namespace llvm;
 
 //===----------------------------------------------------------------------===//
-// Stuff to implement the globals and functions lists.
+// Methods to implement the globals and functions lists.
 //
 
 Function *ilist_traits<Function>::createNode() {





More information about the llvm-commits mailing list