mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-20 12:31:40 +00:00
Follow up to r242810. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242812 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6d235f7be0
commit
d0a4c8888f
@ -94,7 +94,7 @@ struct AArch64LoadStoreOpt : public MachineFunctionPass {
|
|||||||
MachineBasicBlock::iterator
|
MachineBasicBlock::iterator
|
||||||
mergePairedInsns(MachineBasicBlock::iterator I,
|
mergePairedInsns(MachineBasicBlock::iterator I,
|
||||||
MachineBasicBlock::iterator Paired,
|
MachineBasicBlock::iterator Paired,
|
||||||
LdStPairFlags const &Flags);
|
const LdStPairFlags &Flags);
|
||||||
|
|
||||||
// Scan the instruction list to find a base register update that can
|
// Scan the instruction list to find a base register update that can
|
||||||
// be combined with the current instruction (a load or store) using
|
// be combined with the current instruction (a load or store) using
|
||||||
|
Loading…
x
Reference in New Issue
Block a user