Fix typo.

Reported by: Andreas Simbuerger

llvm-svn: 156171
This commit is contained in:
Tobias Grosser 2012-05-04 12:11:01 +00:00
parent 913fa54836
commit 14afc07577
1 changed files with 1 additions and 1 deletions

View File

@ -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.