Fix spelling error in previous commit
authorTobias Grosser <tobias@grosser.es>
Sat, 5 Aug 2017 09:39:00 +0000 (09:39 +0000)
committerTobias Grosser <tobias@grosser.es>
Sat, 5 Aug 2017 09:39:00 +0000 (09:39 +0000)
llvm-svn: 310176

polly/unittests/ScheduleOptimizer/ScheduleOptimizerTest.cpp

index 35891bab0936c9f4aaf32eab7887e38b44e567a4..d23766dd066e89f5dd7073ca5db6dfb24fcb611e 100644 (file)
@@ -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 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 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 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(