diff options
author | Chris Lattner <sabre@nondot.org> | 2001-07-14 06:07:58 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-07-14 06:07:58 +0000 |
commit | dc4c3f2f5fc6132885d590631b54de0be2c659be (patch) | |
tree | 9d7577e07b0c344e83f9e36f0e19c1d7a106830e /lib/AsmParser/llvmAsmParser.cpp | |
parent | 49fec9638be606ab0d654bf5b03f56d179f0d33e (diff) |
Made the following changes:
* ValueHolder became a 3 argument template. This allows for BasicBlock to
use the value holder arg as a typesafe parent pointer.
* SymTabValue no longer inherits from Value
* Method does not inherit from only SymTabValue. Now it inherits from both
STV & Value.
* Module does not inherit from only SymTabValue. Now it inherits from both
STV & Value.
* Updated the SymTabValue.h file to reference SymTabValue instead of STDef
in several places
* Added isArraySelector & isStructSelector to GetElementPtr instruction
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AsmParser/llvmAsmParser.cpp')
0 files changed, 0 insertions, 0 deletions