Analysis: fix buildbots
authorSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 18 Feb 2015 05:09:50 +0000 (05:09 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 18 Feb 2015 05:09:50 +0000 (05:09 +0000)
commit74539a4a13940039ff53e45570a472cd1c3211ef
treef56e80294d7a75d26851ccce2c37462e5395767d
parent5934863461b0168ffc69b61d4c615d7d0f4e1146
Analysis: fix buildbots

This should fix the compilation failure on the MSVC buildbots which find a
std::make_unique and llvm::make_unique via ADL, resulting in ambiguity.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229638 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/LoopAccessAnalysis.cpp