1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Fix a typo in a comment.

llvm-svn: 45032
This commit is contained in:
Dan Gohman 2007-12-14 15:13:08 +00:00
parent 40634cd710
commit a0d3f7d88c

View File

@ -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,