mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +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
|
||||
mergePairedInsns(MachineBasicBlock::iterator I,
|
||||
MachineBasicBlock::iterator Paired,
|
||||
LdStPairFlags const &Flags);
|
||||
const LdStPairFlags &Flags);
|
||||
|
||||
// Scan the instruction list to find a base register update that can
|
||||
// be combined with the current instruction (a load or store) using
|
||||
|
Loading…
Reference in New Issue
Block a user