| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
Operands are maintained as a vector<Use> in the User class, and operator
iterators are provided as before. Getting an operand no longer requires
a virtual function call.
WARNING: getOperand(x) where x >= getNumOperands() will now assert instead
of returning null!
llvm-svn: 149
|
| |
|
|
|
|
| |
with the classname anyways.
llvm-svn: 74
|
| |
|
|
|
|
| |
* Changes in PHI node structure
llvm-svn: 25
|
| |
|
|
|
|
| |
to the UnaryOperator class (from the Instruction class).
llvm-svn: 21
|
|
|
llvm-svn: 2
|