There is no way to guarantee that constants are not forward referenced.
authorChris Lattner <sabre@nondot.org>
Mon, 14 Oct 2002 03:33:02 +0000 (03:33 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 14 Oct 2002 03:33:02 +0000 (03:33 +0000)
commitbbd4b303e3792d94239640a1075b66dedeaa37fe
treebe03c8082c70d35abe0db1e28becdf812225cb12
parent34048e2ace447e5bdbd386d599ce768e19e6b18b
There is no way to guarantee that constants are not forward referenced.
Handle forward referenced constants in a general way.  This fixes bug:
Assembler/2002-10-13-ConstantEncodingProblem.llx and allows the SPEC
197.parser benchmark to be built

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