Fix r309826: Move intantiation and specialization of OwningScopAnalysisManagerFunctio...
commit588dc0fb730223fa8cba4fec486e3b012ffbf904
authorPhilip Pfaffe <philip.pfaffe@gmail.com>
Wed, 2 Aug 2017 17:25:45 +0000 (2 17:25 +0000)
committerPhilip Pfaffe <philip.pfaffe@gmail.com>
Wed, 2 Aug 2017 17:25:45 +0000 (2 17:25 +0000)
tree8e291158aa5ca69ce341a80df435aa3d47c82f9d
parent7b45564f6289baa8dd2c86a30ed32509126014a3
Fix r309826: Move intantiation and specialization of OwningScopAnalysisManagerFunctionProxy to the polly namespace.

When compiling with clang, explicit instantiation of the
OwningScopAnalysisManagerFunctionProxy needs to happen within the polly
namespace. Same goes with the specialization of its run method.

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