[llvm-commits] [llvm] r82150 - /llvm/trunk/lib/CodeGen/MachineInstr.cpp

Jim Grosbach grosbach at apple.com
Thu Sep 17 10:57:27 PDT 2009


Author: grosbach
Date: Thu Sep 17 12:57:26 2009
New Revision: 82150

URL: http://llvm.org/viewvc/llvm-project?rev=82150&view=rev
Log:
grammar

Modified:
    llvm/trunk/lib/CodeGen/MachineInstr.cpp

Modified: llvm/trunk/lib/CodeGen/MachineInstr.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/MachineInstr.cpp?rev=82150&r1=82149&r2=82150&view=diff

==============================================================================
--- llvm/trunk/lib/CodeGen/MachineInstr.cpp (original)
+++ llvm/trunk/lib/CodeGen/MachineInstr.cpp Thu Sep 17 12:57:26 2009
@@ -652,7 +652,7 @@
 }
 
 /// 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 {





More information about the llvm-commits mailing list