Fix a typo
authorChristopher Lamb <christopher.lamb@gmail.com>
Thu, 18 Oct 2007 19:28:55 +0000 (19:28 +0000)
committerChristopher Lamb <christopher.lamb@gmail.com>
Thu, 18 Oct 2007 19:28:55 +0000 (19:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43144 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86RegisterInfo.h

index 6a2c19e6b63bffa98d7ad9dd13fd4c2c58184553..26b52f45307876449221e88f04d3ab1fa1f56097 100644 (file)
@@ -132,7 +132,7 @@ public:
                                   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,