aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode/Reader/ReaderInternals.h
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
commitb0f20d72b1a6e1596945efbd7ac90631e7029f03 (patch)
tree47eb22179d25eef80114f5df4cab1fd10fdb3738 /lib/Bytecode/Reader/ReaderInternals.h
parent2b9f6004dfc87aa03774c494257c57695d591822 (diff)
downloadexternal_llvm-b0f20d72b1a6e1596945efbd7ac90631e7029f03.zip
external_llvm-b0f20d72b1a6e1596945efbd7ac90631e7029f03.tar.gz
external_llvm-b0f20d72b1a6e1596945efbd7ac90631e7029f03.tar.bz2
Oops, didn't mean to check in enabled debugging support. :(
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@962 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode/Reader/ReaderInternals.h')
-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 eed4fd0..1d9903d 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"