mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
fixed typo in comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212279 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8234268c7e
commit
0e1e88e7e1
@ -950,7 +950,7 @@ public:
|
||||
}
|
||||
|
||||
/// isRegTiedToDefOperand - Return true if the use operand of the specified
|
||||
/// index is tied to an def operand. It also returns the def operand index by
|
||||
/// index is tied to a def operand. It also returns the def operand index by
|
||||
/// reference if DefOpIdx is not null.
|
||||
bool isRegTiedToDefOperand(unsigned UseOpIdx,
|
||||
unsigned *DefOpIdx = nullptr) const {
|
||||
|
Loading…
Reference in New Issue
Block a user