Implement support for a new LLVM 1.3 bytecode format, which uses uint's
authorChris Lattner <sabre@nondot.org>
Mon, 5 Apr 2004 01:27:26 +0000 (01:27 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 5 Apr 2004 01:27:26 +0000 (01:27 +0000)
commit5fa428fda9eb0f333311eca20b9f08fef975a8c0
treeccab09d06a0ebfcecfaa658b31360d9fb63903b0
parent68056127bb76a28713f829d92b309c2b1960ffc2
Implement support for a new LLVM 1.3 bytecode format, which uses uint's
to index into structure types and allows arbitrary 32- and 64-bit integer
types to index into sequential types.

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