summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-10-23 03:21:42 +0000
committerChris Lattner <sabre@nondot.org>2001-10-23 03:21:42 +0000
commit7540328e4659641e1f275712188287ac76d5b6e9 (patch)
treea55ee1f701af405bc1e00368056705e363d6d412 /llvm/lib/Bytecode
parentb5498aba50b38f59106024d18131d592688d3102 (diff)
downloadbcm5719-llvm-7540328e4659641e1f275712188287ac76d5b6e9.tar.gz
bcm5719-llvm-7540328e4659641e1f275712188287ac76d5b6e9.zip
Oops, didn't mean to check in enabled debugging support. :(
llvm-svn: 962
Diffstat (limited to 'llvm/lib/Bytecode')
-rw-r--r--llvm/lib/Bytecode/Reader/ReaderInternals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bytecode/Reader/ReaderInternals.h b/llvm/lib/Bytecode/Reader/ReaderInternals.h
index eed4fd0b498..1d9903dcdeb 100644
--- a/llvm/lib/Bytecode/Reader/ReaderInternals.h
+++ b/llvm/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"
OpenPOWER on IntegriCloud