Dang it, do NOT check in code that enables debugging. Bad chris
authorChris Lattner <sabre@nondot.org>
Wed, 24 Oct 2001 05:14:35 +0000 (05:14 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 24 Oct 2001 05:14:35 +0000 (05:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@972 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Bytecode/Reader/ReaderInternals.h

index 3a8dbb8c2a9bb3de3484c232ccc0cccc517239ae..50eed193939410f9fe54dadbbe6a4ea78d4dbe89 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"