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 | f9ca50e3dce88b2f9e2f2f0cac2d3ed78afda841 (patch) | |
tree | a6c9ebbf3ac7a69db198c0f04d27230072f695a8 /lib/CodeGen/MachineInstr.cpp | |
parent | 10f9101c4c0df0837414976ad0ef0e86d6771059 (diff) |
grammar
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82150 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineInstr.cpp')
-rw-r--r-- | lib/CodeGen/MachineInstr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/MachineInstr.cpp b/lib/CodeGen/MachineInstr.cpp index 792a2e0379..cf6597d809 100644 --- a/lib/CodeGen/MachineInstr.cpp +++ b/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 { |