forked from OSchip/llvm-project
parent
714ffa36d3
commit
0b45f17bf2
|
@ -1254,7 +1254,7 @@ public:
|
|||
|
||||
SDUse &getUse() const { return *Op; }
|
||||
|
||||
/// getOperandNo - Retrive the operand # of this use in its user.
|
||||
/// getOperandNo - Retrieve the operand # of this use in its user.
|
||||
///
|
||||
unsigned getOperandNo() const {
|
||||
assert(Op && "Cannot dereference end iterator!");
|
||||
|
|
Loading…
Reference in New Issue