Fix typo.

llvm-svn: 205582
This commit is contained in:
Jim Grosbach 2014-04-03 23:43:12 +00:00
parent 0cc9ba116f
commit e04eb1dc12
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ struct ARM64LoadStoreOpt : public MachineFunctionPass {
// Merge the two instructions indicated into a single pair-wise instruction.
// If mergeForward is true, erase the first instruction and fold its
// operation into the second. If false, the reverse. Return the instruction
// following the first instruction (which may change during proecessing).
// following the first instruction (which may change during processing).
MachineBasicBlock::iterator
mergePairedInsns(MachineBasicBlock::iterator I,
MachineBasicBlock::iterator Paired, bool mergeForward);