diff options
author | Jim Grosbach <grosbach@apple.com> | 2009-09-17 17:57:26 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2009-09-17 17:57:26 +0000 |
commit | 9632c149499e59faff45c550261905a89ae20d47 (patch) | |
tree | 8e3815bb63fee2d95802bfb5645eb0387219df53 /llvm/lib/CodeGen/MachineInstr.cpp | |
parent | d0928e8cb55287b11d776a8143e2016fcf818bfd (diff) | |
download | bcm5719-llvm-9632c149499e59faff45c550261905a89ae20d47.tar.gz bcm5719-llvm-9632c149499e59faff45c550261905a89ae20d47.zip |
grammar
llvm-svn: 82150
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineInstr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineInstr.cpp b/llvm/lib/CodeGen/MachineInstr.cpp index 792a2e03790..cf6597d8091 100644 --- a/llvm/lib/CodeGen/MachineInstr.cpp +++ b/llvm/lib/CodeGen/MachineInstr.cpp @@ -652,7 +652,7 @@ bool MachineInstr::isDebugLabel() const { } /// findRegisterUseOperandIdx() - Returns the MachineOperand that is a use of -/// the specific register or -1 if it is not found. It further tightening +/// the specific register or -1 if it is not found. It further tightens /// the search criteria to a use that kills the register if isKill is true. int MachineInstr::findRegisterUseOperandIdx(unsigned Reg, bool isKill, const TargetRegisterInfo *TRI) const { |