aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Reader/Reader.cpp
diff options
context:
space:
mode:
authorVikram S. Adve <vadve@cs.uiuc.edu>2002-07-14 22:47:54 +0000
committerVikram S. Adve <vadve@cs.uiuc.edu>2002-07-14 22:47:54 +0000
commit29ab9f83481cd21abf3055c7c32ea1df953ae167 (patch)
treefb88cdc6bbc9b9fbda549c6ed56bf6015b6da288 /lib/Bytecode/Reader/Reader.cpp
parent4a717d4a478ec40eb3b42078843af2291203ea21 (diff)
Added subclass ConstantExpr to represent expressions consructed from
constants using operators such as cast, getelementptr, add, shl, etc. Note that a ConstantExpr can be of any type, so classof() in most other subclasses (that discriminate by type) have to check that it is also not a ConstantExpr. This is why isConstantExpr() is needed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2891 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode/Reader/Reader.cpp')
0 files changed, 0 insertions, 0 deletions