CodeGen: Remove a few more ilist iterator implicit conversions, NFC
llvm-svn: 249875
This commit is contained in:
@@ -147,7 +147,7 @@ void VLIWPacketizerList::endPacket(MachineBasicBlock *MBB,
|
||||
MachineInstr *MI) {
|
||||
if (CurrentPacketMIs.size() > 1) {
|
||||
MachineInstr *MIFirst = CurrentPacketMIs.front();
|
||||
finalizeBundle(*MBB, MIFirst, MI);
|
||||
finalizeBundle(*MBB, MIFirst->getIterator(), MI->getIterator());
|
||||
}
|
||||
CurrentPacketMIs.clear();
|
||||
ResourceTracker->clearResources();
|
||||
|
||||
Reference in New Issue
Block a user