projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4a2ad3
)
Cosmetic change.
author
Evan Cheng
<evan.cheng@apple.com>
Sat, 29 Mar 2008 01:04:05 +0000
(
01:04
+0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Sat, 29 Mar 2008 01:04:05 +0000
(
01:04
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48935
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/MachineInstr.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/MachineInstr.h
b/include/llvm/CodeGen/MachineInstr.h
index d4438d25635cceac42d61a1550cc3faceccdce86..af4e8cea6e94a6e176447bd6c098b555a0a3c7bd 100644
(file)
--- a/
include/llvm/CodeGen/MachineInstr.h
+++ b/
include/llvm/CodeGen/MachineInstr.h
@@
-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);