mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 06:29:05 +00:00
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149137 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -741,7 +741,7 @@ public:
|
|||||||
/// isRegTiedToUseOperand - Given the index of a register def operand,
|
/// isRegTiedToUseOperand - Given the index of a register def operand,
|
||||||
/// check if the register def is tied to a source operand, due to either
|
/// check if the register def is tied to a source operand, due to either
|
||||||
/// two-address elimination or inline assembly constraints. Returns the
|
/// two-address elimination or inline assembly constraints. Returns the
|
||||||
/// first tied use operand index by reference is UseOpIdx is not null.
|
/// first tied use operand index by reference if UseOpIdx is not null.
|
||||||
bool isRegTiedToUseOperand(unsigned DefOpIdx, unsigned *UseOpIdx = 0) const;
|
bool isRegTiedToUseOperand(unsigned DefOpIdx, unsigned *UseOpIdx = 0) const;
|
||||||
|
|
||||||
/// isRegTiedToDefOperand - Return true if the use operand of the specified
|
/// isRegTiedToDefOperand - Return true if the use operand of the specified
|
||||||
|
Reference in New Issue
Block a user