encode function calling convs in the bytecode file. invoke and call are
authorChris Lattner <sabre@nondot.org>
Fri, 6 May 2005 20:42:57 +0000 (20:42 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 6 May 2005 20:42:57 +0000 (20:42 +0000)
commit479ffebd732552ad70ffee7c69ae1e7b9f52cfdd
treec299f78b38179e57c3cce5e03e4579a7de24f50f
parenta8e8f16714dfcfe4b160cc9ba8b331ca17919b08
encode function calling convs in the bytecode file.  invoke and call are
still to come.

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