mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205582 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8cb805cf30
commit
6cd0131b34
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user