projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
008f906
)
Dang it, do NOT check in code that enables debugging. Bad chris
author
Chris Lattner
<sabre@nondot.org>
Wed, 24 Oct 2001 05:14:35 +0000
(
05:14
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 24 Oct 2001 05:14:35 +0000
(
05:14
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@972
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Bytecode/Reader/ReaderInternals.h
patch
|
blob
|
history
diff --git
a/lib/Bytecode/Reader/ReaderInternals.h
b/lib/Bytecode/Reader/ReaderInternals.h
index 3a8dbb8c2a9bb3de3484c232ccc0cccc517239ae..50eed193939410f9fe54dadbbe6a4ea78d4dbe89 100644
(file)
--- 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
1
0
+#define TRACE_LEVEL 0
#if TRACE_LEVEL // ByteCodeReading_TRACEer
#include "llvm/Assembly/Writer.h"