mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
Unbreak the MSVC build, that next() thing again.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154916 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
72aadc057c
commit
d2bfce15d4
@ -605,7 +605,7 @@ namespace llvm {
|
||||
} else {
|
||||
// Insert mi's index immediately after the preceeding instruction.
|
||||
prevItr = getIndexBefore(mi).listEntry();
|
||||
nextItr = next(prevItr);
|
||||
nextItr = llvm::next(prevItr);
|
||||
}
|
||||
|
||||
// Get a number for the new instr, or 0 if there's no room currently.
|
||||
|
Loading…
x
Reference in New Issue
Block a user