Allow bytecode files to refer directly to global values as constants, instead
authorChris Lattner <sabre@nondot.org>
Thu, 15 Jan 2004 18:45:25 +0000 (18:45 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 15 Jan 2004 18:45:25 +0000 (18:45 +0000)
commit933619912bf7af3f226871387902245d91df2e21
tree1e305d3d833d7ec16c2b45fec15b3468e0356fa0
parentff47e7d02ecbd4fc88ce02b952f3f021d9f4d9b5
Allow bytecode files to refer directly to global values as constants, instead
of forcing them to go through ConstantPointerRef's.  This allows bytecode
files to mirror .ll files, allows more efficient encoding, and makes it easier
to eventually eliminate CPR's.

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