summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Reader/ReaderInternals.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-10-23 03:21:10 +0000
committerChris Lattner <sabre@nondot.org>2001-10-23 03:21:10 +0000
commitb5498aba50b38f59106024d18131d592688d3102 (patch)
tree7cf02053d5d02fabcd778ee6f485a17e546b47f2 /llvm/lib/Bytecode/Reader/ReaderInternals.h
parent98960dce6d78e71ca7a394e0cfe46c683aa37ce5 (diff)
downloadbcm5719-llvm-b5498aba50b38f59106024d18131d592688d3102.tar.gz
bcm5719-llvm-b5498aba50b38f59106024d18131d592688d3102.zip
Fixed a LONG standing, SCARY problem with bytecode encoding. It turns out to be an endian problem that only shows up with type 0 instructions in LARGE programs.
llvm-svn: 961
Diffstat (limited to 'llvm/lib/Bytecode/Reader/ReaderInternals.h')
-rw-r--r--llvm/lib/Bytecode/Reader/ReaderInternals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bytecode/Reader/ReaderInternals.h b/llvm/lib/Bytecode/Reader/ReaderInternals.h
index 1d9903dcdeb..eed4fd0b498 100644
--- a/llvm/lib/Bytecode/Reader/ReaderInternals.h
+++ b/llvm/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 0
+#define TRACE_LEVEL 10
#if TRACE_LEVEL // ByteCodeReading_TRACEer
#include "llvm/Assembly/Writer.h"
OpenPOWER on IntegriCloud