forked from OSchip/llvm-project
Fix typo.
Reported by: Andreas Simbuerger llvm-svn: 156171
This commit is contained in:
parent
913fa54836
commit
14afc07577
|
@ -251,7 +251,7 @@ bool ScopDetection::isValidMemoryAccess(Instruction &Inst,
|
|||
AccessFunction = SE->getMinusSCEV(AccessFunction, BasePointer);
|
||||
|
||||
if (!isAffineExpr(&Context.CurRegion, AccessFunction, *SE, BaseValue) && !AllowNonAffine)
|
||||
INVALID(AffFunc, "Non affine access cunction" << *AccessFunction);
|
||||
INVALID(AffFunc, "Non affine access function" << *AccessFunction);
|
||||
|
||||
// FIXME: Alias Analysis thinks IntToPtrInst aliases with alloca instructions
|
||||
// created by IndependentBlocks Pass.
|
||||
|
|
Loading…
Reference in New Issue