Fix typo.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205582 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Grosbach 2014-04-03 23:43:12 +00:00
parent 8cb805cf30
commit 6cd0131b34

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);