[AST] Adapt Polly to AnalysisSetTracker changes. NFC.
authorMichael Kruse <llvm@meinersbur.de>
Fri, 17 Aug 2018 19:31:41 +0000 (19:31 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Fri, 17 Aug 2018 19:31:41 +0000 (19:31 +0000)
commitb67e5d3f270e325305e0d620fd1f7ab5397498e3
treeb69720553b83c9318a914591dea8580dc61caf27
parentbb179a197c39d5a53ef7edcf93f7a63e86478b90
[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.

llvm-svn: 340072
llvm/include/llvm/Analysis/AliasSetTracker.h
polly/lib/Analysis/ScopDetection.cpp