grammar
authorJim Grosbach <grosbach@apple.com>
Thu, 17 Sep 2009 17:57:26 +0000 (17:57 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 17 Sep 2009 17:57:26 +0000 (17:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82150 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/MachineInstr.cpp

index 792a2e037905bff1847fc9d472321d0109cd482a..cf6597d8091b44024868ea108ce054dec8b809b9 100644 (file)
@@ -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 {