Cosmetic change.

llvm-svn: 48935
This commit is contained in:
Evan Cheng 2008-03-29 01:04:05 +00:00
parent 227e702cae
commit 4d86275d23

View File

@ -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);