1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Oops, didn't mean to check in enabled debugging support. :(

llvm-svn: 962
This commit is contained in:
Chris Lattner 2001-10-23 03:21:42 +00:00
parent bc4f868dd8
commit 1e04123949

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"