Bytecode format for LLVM 1.2 no longer explicitly encodes zeros in primitive
authorChris Lattner <sabre@nondot.org>
Sat, 17 Jan 2004 23:25:43 +0000 (23:25 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 17 Jan 2004 23:25:43 +0000 (23:25 +0000)
commit80b97343ec4f99644ffebdf812b79133aa38d3bd
tree2387c0edb9a33d33a9eb071cfbbe564ca4b0d767
parenta55e040623daf71d81854dd404447f36ea1a59e7
Bytecode format for LLVM 1.2 no longer explicitly encodes zeros in primitive
type planes.  This saves about 5k on 176.gcc, and is needed for a subsequent
patch of mine I'm working on.

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