mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Unbreak the MSVC build, that next() thing again.
llvm-svn: 154916
This commit is contained in:
parent
44927f5296
commit
42da16cf7f
@ -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…
Reference in New Issue
Block a user