[llvm-commits] [polly] r154415 - /polly/trunk/lib/Analysis/ScopDetection.cpp
Tobias Grosser
grosser at fim.uni-passau.de
Tue Apr 10 11:12:19 PDT 2012
Author: grosser
Date: Tue Apr 10 13:12:19 2012
New Revision: 154415
URL: http://llvm.org/viewvc/llvm-project?rev=154415&view=rev
Log:
Fix typo
Suggested by: Sebastian Pop <sebpop at gmail.com>
Modified:
polly/trunk/lib/Analysis/ScopDetection.cpp
Modified: polly/trunk/lib/Analysis/ScopDetection.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Analysis/ScopDetection.cpp?rev=154415&r1=154414&r2=154415&view=diff
==============================================================================
--- polly/trunk/lib/Analysis/ScopDetection.cpp (original)
+++ polly/trunk/lib/Analysis/ScopDetection.cpp Tue Apr 10 13:12:19 2012
@@ -513,7 +513,7 @@
return false;
}
- // SCoP can not contains the entry block of the function, because we need
+ // SCoP cannot contain the entry block of the function, because we need
// to insert alloca instruction there when translate scalar to array.
if (R.getEntry() == &(R.getEntry()->getParent()->getEntryBlock()))
INVALID(Other, "Region containing entry block of function is invalid!");
More information about the llvm-commits
mailing list