From: Chris Lattner Date: Tue, 23 Oct 2001 03:21:42 +0000 (+0000) Subject: Oops, didn't mean to check in enabled debugging support. :( X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b0f20d72b1a6e1596945efbd7ac90631e7029f03;p=oota-llvm.git 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 --- diff --git a/lib/Bytecode/Reader/ReaderInternals.h b/lib/Bytecode/Reader/ReaderInternals.h index eed4fd0b498..1d9903dcdeb 100644 --- a/lib/Bytecode/Reader/ReaderInternals.h +++ b/lib/Bytecode/Reader/ReaderInternals.h @@ -16,7 +16,7 @@ #include // 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"