mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-15 00:38:42 +00:00
Fix comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60698 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1832705b06
commit
174f938bd0
@ -1254,7 +1254,7 @@ public:
|
|||||||
|
|
||||||
SDUse &getUse() const { return *Op; }
|
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 {
|
unsigned getOperandNo() const {
|
||||||
assert(Op && "Cannot dereference end iterator!");
|
assert(Op && "Cannot dereference end iterator!");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user