Updated to emit the final 1.0 bytecode format. This supports weak linkage,
authorChris Lattner <sabre@nondot.org>
Sat, 18 Oct 2003 05:54:48 +0000 (05:54 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 18 Oct 2003 05:54:48 +0000 (05:54 +0000)
commiteff112c6c3d018ac97522618e71c8c0956c451ee
tree02ec859c1613d0069ac1cf25961da8ed5624a638
parentcb7e2e2e0fa74ca8fb52201911082dab77f96c66
Updated to emit the final 1.0 bytecode format.  This supports weak linkage,
more efficient encoding of varargs calls, and the new varargs intrinsics.

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