summaryrefslogtreecommitdiffstats
path: root/polly/unittests
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2017-08-05 09:39:00 +0000
committerTobias Grosser <tobias@grosser.es>2017-08-05 09:39:00 +0000
commit00f25d0915ea8bbfbeaf70ad3c569c6fe8091599 (patch)
tree6bdb42e029c6f5df11d5e3546941af6821b97f6c /polly/unittests
parentfeae3dfe9f227d740168dd8c0463e1c22c143de7 (diff)
downloadbcm5719-llvm-00f25d0915ea8bbfbeaf70ad3c569c6fe8091599.tar.gz
bcm5719-llvm-00f25d0915ea8bbfbeaf70ad3c569c6fe8091599.zip
Fix spelling error in previous commit
llvm-svn: 310176
Diffstat (limited to 'polly/unittests')
-rw-r--r--polly/unittests/ScheduleOptimizer/ScheduleOptimizerTest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/polly/unittests/ScheduleOptimizer/ScheduleOptimizerTest.cpp b/polly/unittests/ScheduleOptimizer/ScheduleOptimizerTest.cpp
index 35891bab093..d23766dd066 100644
--- a/polly/unittests/ScheduleOptimizer/ScheduleOptimizerTest.cpp
+++ b/polly/unittests/ScheduleOptimizer/ScheduleOptimizerTest.cpp
@@ -20,7 +20,7 @@ TEST(ScheduleOptimizer, getPartialTilePrefixes) {
isl_ctx *ctx = isl_ctx_alloc();
{
- // Verify that for loop with 3 iterations starting at 0 that is
+ // Verify that for a loop with 3 iterations starting at 0 that is
// pre-vectorized (strip-mined with a factor of 2), we correctly identify
// that only the first two iterations are full vector iterations.
isl::map Schedule(
@@ -32,7 +32,7 @@ TEST(ScheduleOptimizer, getPartialTilePrefixes) {
}
{
- // Verify that for loop with 3 iterations starting at 1 that is
+ // Verify that for a loop with 3 iterations starting at 1 that is
// pre-vectorized (strip-mined with a factor of 2), we correctly identify
// that only the last two iterations are full vector iterations.
isl::map Schedule(
@@ -44,7 +44,7 @@ TEST(ScheduleOptimizer, getPartialTilePrefixes) {
}
{
- // Verify that for loop with 6 iterations starting at 1 that is
+ // Verify that for a loop with 6 iterations starting at 1 that is
// pre-vectorized (strip-mined with a factor of 2), we correctly identify
// that all but the first and the last iteration are full vector iterations.
isl::map Schedule(
OpenPOWER on IntegriCloud