diff options
author | Chris Lattner <sabre@nondot.org> | 2001-10-23 03:21:42 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-10-23 03:21:42 +0000 |
commit | b0f20d72b1a6e1596945efbd7ac90631e7029f03 (patch) | |
tree | 47eb22179d25eef80114f5df4cab1fd10fdb3738 /lib/Bytecode/Reader/ReaderInternals.h | |
parent | 2b9f6004dfc87aa03774c494257c57695d591822 (diff) | |
download | external_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.h | 2 |
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" |