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 a9bcf20d22
commit 9891b6f975
1 changed files with 1 additions and 1 deletions

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.