Use iterator prefix increment. NFCI.
This commit is contained in:
parent
7ad2583613
commit
76166a1ac7
@ -763,7 +763,7 @@ struct InstructionMapper {
|
||||
std::vector<unsigned> UnsignedVecForMBB;
|
||||
std::vector<MachineBasicBlock::iterator> InstrListForMBB;
|
||||
|
||||
for (MachineBasicBlock::iterator Et = MBB.end(); It != Et; It++) {
|
||||
for (MachineBasicBlock::iterator Et = MBB.end(); It != Et; ++It) {
|
||||
// Keep track of where this instruction is in the module.
|
||||
switch (TII.getOutliningType(It, Flags)) {
|
||||
case InstrType::Illegal:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user