diff options
author | Dan Gohman <gohman@apple.com> | 2007-12-14 15:13:08 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2007-12-14 15:13:08 +0000 |
commit | 28174c5aa256cd001ad9bb8ad898af7561aa6c31 (patch) | |
tree | bde6ca82ed3d19559badff685d41b5f4e4ccbacf | |
parent | abb8bf131c8542ff25964b69797558d425ed93c8 (diff) |
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45032 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Target/MRegisterInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/MRegisterInfo.h b/include/llvm/Target/MRegisterInfo.h index 08f76c4d35..cf877bfc2a 100644 --- a/include/llvm/Target/MRegisterInfo.h +++ b/include/llvm/Target/MRegisterInfo.h @@ -562,7 +562,7 @@ public: } /// 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, |