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:
parent
aba7bc993c
commit
863e2080d4
@ -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:
|
||||
// ...
|
||||
|
Loading…
Reference in New Issue
Block a user