[llvm-commits] CVS: llvm/lib/Bytecode/Reader/ReaderInternals.h

Chris Lattner lattner at cs.uiuc.edu
Thu Sep 4 18:48:02 PDT 2003


Changes in directory llvm/lib/Bytecode/Reader:

ReaderInternals.h updated: 1.39 -> 1.40

---
Log message:

Non-functional change


---
Diffs of the changes:

Index: llvm/lib/Bytecode/Reader/ReaderInternals.h
diff -u llvm/lib/Bytecode/Reader/ReaderInternals.h:1.39 llvm/lib/Bytecode/Reader/ReaderInternals.h:1.40
--- llvm/lib/Bytecode/Reader/ReaderInternals.h:1.39	Sun Aug 24 08:47:32 2003
+++ llvm/lib/Bytecode/Reader/ReaderInternals.h	Thu Sep  4 18:47:07 2003
@@ -15,7 +15,7 @@
 #include <map>
 
 // Enable to trace to figure out what the heck is going on when parsing fails
-#define TRACE_LEVEL 0
+//#define TRACE_LEVEL 10
 
 #if TRACE_LEVEL    // ByteCodeReading_TRACEer
 #define BCR_TRACE(n, X) \





More information about the llvm-commits mailing list