Dang it, do NOT check in code that enables debugging. Bad chris

llvm-svn: 972
This commit is contained in:
Chris Lattner 2001-10-24 05:14:35 +00:00
parent 7dacd514ca
commit a065a732bf
1 changed files with 1 additions and 1 deletions

View File

@ -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"