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:
2b9f600
)
Oops, didn't mean to check in enabled debugging support. :(
author
Chris Lattner
<sabre@nondot.org>
Tue, 23 Oct 2001 03:21:42 +0000
(
03:21
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 23 Oct 2001 03:21:42 +0000
(
03:21
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@962
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 eed4fd0b498f20bb619c94407b08581b1ef27918..1d9903dcdeb686bd95e3f18be3dea64919cf542d 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"