commit | c8b25d40cbec063b1ca99cc1adf794399c6d05c0 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Jul 07 08:36:50 2001 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Jul 07 08:36:50 2001 +0000 |
tree | 8ad1468cb632eb9770206b1bd4bdd45d4e037898 | |
parent | f0d0e9c262b668cf362fbaa8111bb6cc15268909 [diff] |
Changed the fundemental architecture of Operands for Instructions. Now 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! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149 91177308-0d34-0410-b5e6-96231b3b80d8