[polly] r248670 - Fix typo

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 26 08:51:45 PDT 2015


Author: meinersbur
Date: Sat Sep 26 10:51:44 2015
New Revision: 248670

URL: http://llvm.org/viewvc/llvm-project?rev=248670&view=rev
Log:
Fix typo

Modified:
    polly/trunk/lib/Analysis/ScopInfo.cpp

Modified: polly/trunk/lib/Analysis/ScopInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Analysis/ScopInfo.cpp?rev=248670&r1=248669&r2=248670&view=diff
==============================================================================
--- polly/trunk/lib/Analysis/ScopInfo.cpp (original)
+++ polly/trunk/lib/Analysis/ScopInfo.cpp Sat Sep 26 10:51:44 2015
@@ -2936,7 +2936,7 @@ void ScopInfo::buildMemoryAccess(
   bool IsAffine = !isVariantInNonAffineLoop &&
                   isAffineExpr(R, AccessFunction, *SE, BasePointer->getValue());
 
-  // FIXME: Size if the number of bytes of an array element, not the number of
+  // FIXME: Size of the number of bytes of an array element, not the number of
   // elements as probably intended here.
   const SCEV *SizeSCEV = SE->getConstant(ZeroOffset->getType(), Size);
 




More information about the llvm-commits mailing list