1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Unbreak the MSVC build, that next() thing again.

llvm-svn: 154916
This commit is contained in:
Francois Pichet 2012-04-17 09:37:32 +00:00
parent 44927f5296
commit 42da16cf7f

View File

@ -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.