[llvm-commits] [llvm] r93284 - /llvm/trunk/include/llvm/Target/TargetRegisterInfo.h

Dale Johannesen dalej at apple.com
Tue Jan 12 17:39:39 PST 2010


Author: johannes
Date: Tue Jan 12 19:39:38 2010
New Revision: 93284

URL: http://llvm.org/viewvc/llvm-project?rev=93284&view=rev
Log:
Fix a comment.

Modified:
    llvm/trunk/include/llvm/Target/TargetRegisterInfo.h

Modified: llvm/trunk/include/llvm/Target/TargetRegisterInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetRegisterInfo.h?rev=93284&r1=93283&r2=93284&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Target/TargetRegisterInfo.h (original)
+++ llvm/trunk/include/llvm/Target/TargetRegisterInfo.h Tue Jan 12 19:39:38 2010
@@ -664,7 +664,7 @@
   /// frame indices from instructions which may use them.  The instruction
   /// referenced by the iterator contains an MO_FrameIndex operand which must be
   /// eliminated by this method.  This method may modify or replace the
-  /// specified instruction, as long as it keeps the iterator pointing the the
+  /// specified instruction, as long as it keeps the iterator pointing at the
   /// finished product. SPAdj is the SP adjustment due to call frame setup
   /// instruction.
   ///





More information about the llvm-commits mailing list