[llvm-commits] [llvm] r82149 - /llvm/trunk/include/llvm/CodeGen/MachineInstr.h

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


Author: grosbach
Date: Thu Sep 17 12:55:55 2009
New Revision: 82149

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

Modified:
    llvm/trunk/include/llvm/CodeGen/MachineInstr.h

Modified: llvm/trunk/include/llvm/CodeGen/MachineInstr.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/MachineInstr.h?rev=82149&r1=82148&r2=82149&view=diff

==============================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineInstr.h (original)
+++ llvm/trunk/include/llvm/CodeGen/MachineInstr.h Thu Sep 17 12:55:55 2009
@@ -208,7 +208,7 @@
   }
 
   /// findRegisterUseOperandIdx() - Returns the operand index 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 findRegisterUseOperandIdx(unsigned Reg, bool isKill = false,
                                 const TargetRegisterInfo *TRI = NULL) const;





More information about the llvm-commits mailing list