Add support for reading ConstantExpr nodes.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 14 Jul 2002 23:04:18 +0000 (23:04 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 14 Jul 2002 23:04:18 +0000 (23:04 +0000)
commitc1e4a813a2209fc7e8d0bb9359945ea8edc16180
tree47b75852786b15d2d616930eb9c26c6722883082
parentd3f7eb0aa4a3a198eb9c33d5ae086f6aff774956
Add support for reading ConstantExpr nodes.
Add class ConstantFwdRefs to resolve forward references to constants
and to globals (unified old code for globals into this).

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