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:
f74610b
)
grammar
author
Jim Grosbach
<grosbach@apple.com>
Thu, 17 Sep 2009 17:55:55 +0000
(17:55 +0000)
committer
Jim Grosbach
<grosbach@apple.com>
Thu, 17 Sep 2009 17:55:55 +0000
(17:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82149
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 3b4411af028334cb852e7217cb44ed978fd6f338..79cb66f4c8e7dac1838986761810399bea53df73 100644
(file)
--- a/
include/llvm/CodeGen/MachineInstr.h
+++ b/
include/llvm/CodeGen/MachineInstr.h
@@
-208,7
+208,7
@@
public:
}
/// findRegisterUseOperandIdx() - Returns the operand index that is a use of
- /// the specific register or -1 if it is not found. It further tighten
ing
+ /// the specific register or -1 if it is not found. It further tighten
s
/// the search criteria to a use that kills the register if isKill is true.
int findRegisterUseOperandIdx(unsigned Reg, bool isKill = false,
const TargetRegisterInfo *TRI = NULL) const;