[polly] r298095 - [ScheduleOptimiser] fix typos in top comment [NFC]

Siddharth Bhat via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 17 07:52:19 PDT 2017


Author: bollu
Date: Fri Mar 17 09:52:19 2017
New Revision: 298095

URL: http://llvm.org/viewvc/llvm-project?rev=298095&view=rev
Log:
[ScheduleOptimiser] fix typos in top comment [NFC]

coice -> choice
Transations -> Transactions

Modified:
    polly/trunk/lib/Transform/ScheduleOptimizer.cpp

Modified: polly/trunk/lib/Transform/ScheduleOptimizer.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Transform/ScheduleOptimizer.cpp?rev=298095&r1=298094&r2=298095&view=diff
==============================================================================
--- polly/trunk/lib/Transform/ScheduleOptimizer.cpp (original)
+++ polly/trunk/lib/Transform/ScheduleOptimizer.cpp Fri Mar 17 09:52:19 2017
@@ -26,7 +26,7 @@
 // These optimizations include:
 //
 //  - Tiling of the innermost tilable bands
-//  - Prevectorization - The coice of a possible outer loop that is strip-mined
+//  - Prevectorization - The choice of a possible outer loop that is strip-mined
 //                       to the innermost level to enable inner-loop
 //                       vectorization.
 //  - Some optimizations for spatial locality are also planned.
@@ -36,7 +36,7 @@
 //
 // Polyhedral AST generation is more than scanning polyhedra
 // Tobias Grosser, Sven Verdoolaege, Albert Cohen
-// ACM Transations on Programming Languages and Systems (TOPLAS),
+// ACM Transactions on Programming Languages and Systems (TOPLAS),
 // 37(4), July 2015
 // http://www.grosser.es/#pub-polyhedral-AST-generation
 //




More information about the llvm-commits mailing list