mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
grammar
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82150 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
10f9101c4c
commit
f9ca50e3dc
@ -652,7 +652,7 @@ bool MachineInstr::isDebugLabel() const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// findRegisterUseOperandIdx() - Returns the MachineOperand that is a use of
|
/// findRegisterUseOperandIdx() - Returns the MachineOperand that is a use of
|
||||||
/// the specific register or -1 if it is not found. It further tightening
|
/// the specific register or -1 if it is not found. It further tightens
|
||||||
/// the search criteria to a use that kills the register if isKill is true.
|
/// the search criteria to a use that kills the register if isKill is true.
|
||||||
int MachineInstr::findRegisterUseOperandIdx(unsigned Reg, bool isKill,
|
int MachineInstr::findRegisterUseOperandIdx(unsigned Reg, bool isKill,
|
||||||
const TargetRegisterInfo *TRI) const {
|
const TargetRegisterInfo *TRI) const {
|
||||||
|
Loading…
Reference in New Issue
Block a user