mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
MipsDelaySlotFiller.cpp: Appease msvc to specify llvm::next() explicitly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141174 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fb77752253
commit
4cbc5a1118
@ -140,7 +140,7 @@ bool Filler::findDelayInstr(MachineBasicBlock &MBB,
|
||||
continue;
|
||||
|
||||
// Convert to forward iterator.
|
||||
MachineBasicBlock::iterator FI(next(I).base());
|
||||
MachineBasicBlock::iterator FI(llvm::next(I).base());
|
||||
|
||||
if (I->hasUnmodeledSideEffects()
|
||||
|| I->isInlineAsm()
|
||||
|
Loading…
Reference in New Issue
Block a user