[llvm-commits] CVS: llvm/lib/VMCore/AsmWriter.cpp
Misha Brukman
brukman at cs.uiuc.edu
Mon Nov 15 11:30:16 PST 2004
Changes in directory llvm/lib/VMCore:
AsmWriter.cpp updated: 1.164 -> 1.165
---
Log message:
Remove extra space char
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/VMCore/AsmWriter.cpp
diff -u llvm/lib/VMCore/AsmWriter.cpp:1.164 llvm/lib/VMCore/AsmWriter.cpp:1.165
--- llvm/lib/VMCore/AsmWriter.cpp:1.164 Sun Nov 14 15:04:34 2004
+++ llvm/lib/VMCore/AsmWriter.cpp Mon Nov 15 13:30:05 2004
@@ -671,7 +671,7 @@
const Module* getModule() { return TheModule; }
-private :
+private:
void printModule(const Module *M);
void printSymbolTable(const SymbolTable &ST);
void printConstant(const Constant *CPV);
More information about the llvm-commits
mailing list