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:
Francois Pichet 2012-04-17 09:37:32 +00:00
parent 72aadc057c
commit d2bfce15d4

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.