[llvm-commits] [llvm] r43144 - /llvm/trunk/lib/Target/X86/X86RegisterInfo.h

Christopher Lamb christopher.lamb at gmail.com
Thu Oct 18 12:28:55 PDT 2007


Author: clamb
Date: Thu Oct 18 14:28:55 2007
New Revision: 43144

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

Modified:
    llvm/trunk/lib/Target/X86/X86RegisterInfo.h

Modified: llvm/trunk/lib/Target/X86/X86RegisterInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86RegisterInfo.h?rev=43144&r1=43143&r2=43144&view=diff

==============================================================================
--- llvm/trunk/lib/Target/X86/X86RegisterInfo.h (original)
+++ llvm/trunk/lib/Target/X86/X86RegisterInfo.h Thu Oct 18 14:28:55 2007
@@ -132,7 +132,7 @@
                                   unsigned OpNum,
                                   MachineInstr* LoadMI) const;
 
-  /// unfoldMemoryOperand - Separate a single instruction which folded a load or a
+  /// unfoldMemoryOperand - Separate a single instruction which folded a load or
   /// a store or a load and a store into two or more instruction. If this is
   /// possible, returns true as well as the new instructions by reference.
   bool unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI,





More information about the llvm-commits mailing list