[AST] Adapt Polly to AnalysisSetTracker changes. NFC.
commit11ac754ffba980f26825a347bc3eca47fb75fe10
authorMichael Kruse <llvm@meinersbur.de>
Fri, 17 Aug 2018 19:31:41 +0000 (17 19:31 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Fri, 17 Aug 2018 19:31:41 +0000 (17 19:31 +0000)
treee132873952f45ce938b6497f414b44f4de77b5b5
parent6ba75042d1f5be3ee077df363e41efb0df9d6b76
[AST] Adapt Polly to AnalysisSetTracker changes. NFC.

The method AliasSetTracker::getAliasSetForPointer was removed and replaced by AliasSetTracker::getAliasSetFor for the restructuring in r339930.

Since Polly uses AliasSetTracker::getAliasSetForPointer, a temporary fix has been committed in r339937 with a comment:

     Can someone from polly please migrate usage and then delete the wrapper?

This commit is doing exactly that.

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