[llvm-commits] CVS: llvm/include/llvm/Bytecode/Writer.h

Chris Lattner lattner at cs.uiuc.edu
Thu Jun 24 19:43:01 PDT 2004


Changes in directory llvm/include/llvm/Bytecode:

Writer.h updated: 1.5 -> 1.6

---
Log message:

Okay, Module have not been known as 'C' for a LONG time now


---
Diffs of the changes:  (+2 -4)

Index: llvm/include/llvm/Bytecode/Writer.h
diff -u llvm/include/llvm/Bytecode/Writer.h:1.5 llvm/include/llvm/Bytecode/Writer.h:1.6
--- llvm/include/llvm/Bytecode/Writer.h:1.5	Tue Nov 11 16:41:31 2003
+++ llvm/include/llvm/Bytecode/Writer.h	Thu Jun 24 19:42:23 2004
@@ -27,10 +27,8 @@
 #include <iosfwd>
 
 namespace llvm {
-
-class Module;
-void WriteBytecodeToFile(const Module *C, std::ostream &Out);
-
+  class Module;
+  void WriteBytecodeToFile(const Module *M, std::ostream &Out);
 } // End llvm namespace
 
 #endif





More information about the llvm-commits mailing list