mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 06:25:18 +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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user