mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-02 16:36:40 +00:00
Add comment explaining that the order of processing doesn't matter here.
llvm-svn: 142176
This commit is contained in:
parent
f3cbc7f9a3
commit
76b62805ac
@ -5893,6 +5893,7 @@ EmitSjLjDispatchBlock(MachineInstr *MI, MachineBasicBlock *MBB) const {
|
||||
PrevMBB = CurMBB;
|
||||
}
|
||||
|
||||
// N.B. the order the invoke BBs are processed in doesn't matter here.
|
||||
const ARMBaseInstrInfo *AII = static_cast<const ARMBaseInstrInfo*>(TII);
|
||||
const ARMBaseRegisterInfo &RI = AII->getRegisterInfo();
|
||||
const unsigned *SavedRegs = RI.getCalleeSavedRegs(MF);
|
||||
|
Loading…
Reference in New Issue
Block a user