CodeGen: Remove more ilist iterator implicit conversions, NFC

llvm-svn: 249879
This commit is contained in:
Duncan P. N. Exon Smith
2015-10-09 19:13:58 +00:00
parent 6c64aeb065
commit 5ae5939fa1
7 changed files with 27 additions and 28 deletions

View File

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