Fix MSVC build. next() function already exists in the MSVC headers. This create a...
authorFrancois Pichet <pichet2000@gmail.com>
Mon, 20 Jun 2011 05:19:37 +0000 (05:19 +0000)
committerFrancois Pichet <pichet2000@gmail.com>
Mon, 20 Jun 2011 05:19:37 +0000 (05:19 +0000)
commit289a27946fc11ae6b5a9aa517639d94efa4d91d9
tree19d8faf88041d166a94352a702c9083b82437737
parent275c1f9f93bf71bcf97fe0315bbd9b86dd020177
Fix MSVC build. next() function already exists in the MSVC headers. This create a overload conflict. Make sure we pick up the llvm one.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133416 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TailDuplication.cpp