Cosmetic change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77222 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2009-07-27 18:31:40 +00:00
parent 83e0e36be8
commit 293f8d9b88

View File

@ -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");