[PM/AA] Update Polly for r239886 which removed UnknownSize from

AliasAnalysis by getting it from its newly canonical home of
MemoryLocation::UnknownSize.

llvm-svn: 239890
This commit is contained in:
Chandler Carruth
2015-06-17 08:29:32 +00:00
parent cbdcbb7690
commit afa4ea7121

View File

@@ -634,7 +634,7 @@ bool ScopDetection::isValidMemoryAccess(Instruction &Inst,
AAMDNodes AATags;
Inst.getAAMetadata(AATags);
AliasSet &AS = Context.AST.getAliasSetForPointer(
BaseValue, AliasAnalysis::UnknownSize, AATags);
BaseValue, MemoryLocation::UnknownSize, AATags);
// INVALID triggers an assertion in verifying mode, if it detects that a
// SCoP was detected by SCoP detection and that this SCoP was invalidated by