Fixed a LONG standing, SCARY problem with bytecode encoding. It turns out to be...
authorChris Lattner <sabre@nondot.org>
Tue, 23 Oct 2001 03:21:10 +0000 (03:21 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 23 Oct 2001 03:21:10 +0000 (03:21 +0000)
commit2b9f6004dfc87aa03774c494257c57695d591822
tree0d1ede1f944bb34b3afa328d6b796a6606d2a2ba
parente638c10cb0fd3e5e50e0eec226367eba861eba0f
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@961 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bytecode/Reader/InstructionReader.cpp
lib/Bytecode/Reader/ReaderInternals.h
lib/Bytecode/Writer/InstructionWriter.cpp