* Use new style casts more
authorChris Lattner <sabre@nondot.org>
Sat, 13 Oct 2001 06:48:38 +0000 (06:48 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 13 Oct 2001 06:48:38 +0000 (06:48 +0000)
commit1b98c5c6c32ed7396aa7c35c5bd22314378c4c15
tree47b9fc4bb4bc6217e26ca08311d8ba139085a6fd
parent05950c34a4297f26ec602ef5fe491b66addd745f
* Use new style casts more
* Add real support for global variable addresses initializing constants
* Fix encoding/decoding of VarArgs calls
* Support the Invoke instruction

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