Oops, didn't mean to check in enabled debugging support. :(
authorChris Lattner <sabre@nondot.org>
Tue, 23 Oct 2001 03:21:42 +0000 (03:21 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 23 Oct 2001 03:21:42 +0000 (03:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@962 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Bytecode/Reader/ReaderInternals.h

index eed4fd0b498f20bb619c94407b08581b1ef27918..1d9903dcdeb686bd95e3f18be3dea64919cf542d 100644 (file)
@@ -16,7 +16,7 @@
 #include <list>
 
 // Enable to trace to figure out what the heck is going on when parsing fails
-#define TRACE_LEVEL 10
+#define TRACE_LEVEL 0
 
 #if TRACE_LEVEL    // ByteCodeReading_TRACEer
 #include "llvm/Assembly/Writer.h"