summaryrefslogtreecommitdiff
path: root/lib/Bytecode
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-10-24 05:14:35 +0000
committerChris Lattner <sabre@nondot.org>2001-10-24 05:14:35 +0000
commitf608608878d0eff705c7f8f83e5393d7db427b19 (patch)
treece23a6fbefe6034cc0cd6d7f84192e1ba72d0b8c /lib/Bytecode
parent008f906afde4365dd30dde13bd22ae795c4112f9 (diff)
downloadllvm-f608608878d0eff705c7f8f83e5393d7db427b19.tar.gz
llvm-f608608878d0eff705c7f8f83e5393d7db427b19.tar.bz2
llvm-f608608878d0eff705c7f8f83e5393d7db427b19.tar.xz
Dang it, do NOT check in code that enables debugging. Bad chris
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@972 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode')
-rw-r--r--lib/Bytecode/Reader/ReaderInternals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bytecode/Reader/ReaderInternals.h b/lib/Bytecode/Reader/ReaderInternals.h
index 3a8dbb8c2a..50eed19393 100644
--- a/lib/Bytecode/Reader/ReaderInternals.h
+++ b/lib/Bytecode/Reader/ReaderInternals.h
@@ -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"