CodeGen: Remove more ilist iterator implicit conversions, NFC
llvm-svn: 249879
This commit is contained in:
@@ -144,7 +144,8 @@ void InterferenceCache::Entry::update(unsigned MBBNum) {
|
||||
PrevPos = Start;
|
||||
}
|
||||
|
||||
MachineFunction::const_iterator MFI = MF->getBlockNumbered(MBBNum);
|
||||
MachineFunction::const_iterator MFI =
|
||||
MF->getBlockNumbered(MBBNum)->getIterator();
|
||||
BlockInterference *BI = &Blocks[MBBNum];
|
||||
ArrayRef<SlotIndex> RegMaskSlots;
|
||||
ArrayRef<const uint32_t*> RegMaskBits;
|
||||
|
||||
Reference in New Issue
Block a user