mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-18 14:31:27 +00:00
Cosmetic change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77222 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
83e0e36be8
commit
293f8d9b88
@ -1367,8 +1367,10 @@ static bool isCSRestore(MachineInstr *MI,
|
|||||||
}
|
}
|
||||||
|
|
||||||
void ARMBaseRegisterInfo::
|
void ARMBaseRegisterInfo::
|
||||||
emitEpilogue(MachineFunction &MF,
|
emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const {
|
||||||
MachineBasicBlock &MBB) const {
|
assert(!STI.isThumb1Only &&
|
||||||
|
"This emitEpilogue should not be executed for Thumb1!");
|
||||||
|
|
||||||
MachineBasicBlock::iterator MBBI = prior(MBB.end());
|
MachineBasicBlock::iterator MBBI = prior(MBB.end());
|
||||||
assert(MBBI->getDesc().isReturn() &&
|
assert(MBBI->getDesc().isReturn() &&
|
||||||
"Can only insert epilog into returning blocks");
|
"Can only insert epilog into returning blocks");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user