Make a preemptive bitcode format change to support PR1146. This lets us do
authorChris Lattner <sabre@nondot.org>
Tue, 8 May 2007 05:38:01 +0000 (05:38 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 8 May 2007 05:38:01 +0000 (05:38 +0000)
commita9bb713130b073276a53a38fe0c37d314a3f1fc1
treeb78a6ce340d1a3bda58a9a145e00891c8a83aaea
parent692aa5afc847e4c24770fc0cceb94eb575d623c7
Make a preemptive bitcode format change to support PR1146.  This lets us do
pr1146 in llvm 2.1 without ugly code to emulate old behavior.  This should
be merged into the 2.0 release branch.

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