Author: djg Date: Fri Dec 14 09:13:08 2007 New Revision: 45032 URL: http://llvm.org/viewvc/llvm-project?rev=45032&view=rev Log: Fix a typo in a comment.
Modified: llvm/trunk/include/llvm/Target/MRegisterInfo.h Modified: llvm/trunk/include/llvm/Target/MRegisterInfo.h URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/MRegisterInfo.h?rev=45032&r1=45031&r2=45032&view=diff ============================================================================== --- llvm/trunk/include/llvm/Target/MRegisterInfo.h (original) +++ llvm/trunk/include/llvm/Target/MRegisterInfo.h Fri Dec 14 09:13:08 2007 @@ -562,7 +562,7 @@ } /// unfoldMemoryOperand - Separate a single instruction which folded a load or - /// a a store or a load and a store into two or more instruction. If this is + /// 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. virtual bool unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI, unsigned Reg, bool UnfoldLoad, bool UnfoldStore, _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits