mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-29 10:25:12 +00:00
Cosmetic change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48935 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -177,7 +177,7 @@ public:
|
||||
|
||||
/// findRegisterUseOperand - Wrapper for findRegisterUseOperandIdx, it returns
|
||||
/// a pointer to the MachineOperand rather than an index.
|
||||
MachineOperand *findRegisterUseOperand(unsigned Reg,bool isKill = false,
|
||||
MachineOperand *findRegisterUseOperand(unsigned Reg, bool isKill = false,
|
||||
const TargetRegisterInfo *TRI = NULL) {
|
||||
int Idx = findRegisterUseOperandIdx(Reg, isKill, TRI);
|
||||
return (Idx == -1) ? NULL : &getOperand(Idx);
|
||||
|
Reference in New Issue
Block a user