From f608608878d0eff705c7f8f83e5393d7db427b19 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 24 Oct 2001 05:14:35 +0000 Subject: [PATCH] Dang it, do NOT check in code that enables debugging. Bad chris git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@972 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Bytecode/Reader/ReaderInternals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Bytecode/Reader/ReaderInternals.h b/lib/Bytecode/Reader/ReaderInternals.h index 3a8dbb8c2a9..50eed193939 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"