mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Cosmetic change.
llvm-svn: 77222
This commit is contained in:
parent
03307125f5
commit
55e369a447
@ -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