[ScopInliner] Fix hidden overload warning. NFC.

By exposing the the hidden member, but as private.

llvm-svn: 311550
This commit is contained in:
Michael Kruse 2017-08-23 13:07:43 +00:00
parent a1579aab46
commit 99fba1fd52
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ extern bool polly::PollyAllowFullFunction;
namespace {
class ScopInliner : public CallGraphSCCPass {
using llvm::Pass::doInitialization;
public:
static char ID;