mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-06 04:31:08 +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::
|
||||
emitEpilogue(MachineFunction &MF,
|
||||
MachineBasicBlock &MBB) const {
|
||||
emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const {
|
||||
assert(!STI.isThumb1Only &&
|
||||
"This emitEpilogue should not be executed for Thumb1!");
|
||||
|
||||
MachineBasicBlock::iterator MBBI = prior(MBB.end());
|
||||
assert(MBBI->getDesc().isReturn() &&
|
||||
"Can only insert epilog into returning blocks");
|
||||
|
Loading…
Reference in New Issue
Block a user