1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

BPF: Remove implicit ilist iterator conversion, NFC

llvm-svn: 250765
This commit is contained in:
Duncan P. N. Exon Smith 2015-10-20 00:02:50 +00:00
parent aba7bc993c
commit 863e2080d4

View File

@ -547,8 +547,7 @@ BPFTargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI,
// to set, the condition code register to branch on, the true/false values to
// select between, and a branch opcode to use.
const BasicBlock *LLVM_BB = BB->getBasicBlock();
MachineFunction::iterator I = BB;
++I;
MachineFunction::iterator I = ++BB->getIterator();
// ThisMBB:
// ...