summaryrefslogtreecommitdiffstats
path: root/llvm/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
commita065a732bf02348d55bd0daf008e7f7aea0815b8 (patch)
tree8bcd25110f2ef6a193caa3242410c7f933139391 /llvm/lib/Bytecode
parent7dacd514ca0e7e4d286fd80fb83aae1a0391115d (diff)
downloadbcm5719-llvm-a065a732bf02348d55bd0daf008e7f7aea0815b8.tar.gz
bcm5719-llvm-a065a732bf02348d55bd0daf008e7f7aea0815b8.zip
Dang it, do NOT check in code that enables debugging. Bad chris
llvm-svn: 972
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 3a8dbb8c2a9..50eed193939 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