mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-03 09:28:58 +00:00
Cosmetic change.
llvm-svn: 48935
This commit is contained in:
parent
227e702cae
commit
4d86275d23
@ -177,7 +177,7 @@ public:
|
|||||||
|
|
||||||
/// findRegisterUseOperand - Wrapper for findRegisterUseOperandIdx, it returns
|
/// findRegisterUseOperand - Wrapper for findRegisterUseOperandIdx, it returns
|
||||||
/// a pointer to the MachineOperand rather than an index.
|
/// 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) {
|
const TargetRegisterInfo *TRI = NULL) {
|
||||||
int Idx = findRegisterUseOperandIdx(Reg, isKill, TRI);
|
int Idx = findRegisterUseOperandIdx(Reg, isKill, TRI);
|
||||||
return (Idx == -1) ? NULL : &getOperand(Idx);
|
return (Idx == -1) ? NULL : &getOperand(Idx);
|
||||||
|
Loading…
Reference in New Issue
Block a user