[polly] r344694 - Fix broken formatting caused by test commit

Theodoros Theodoridis via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 17 08:01:19 PDT 2018


Author: ttheodor
Date: Wed Oct 17 08:01:18 2018
New Revision: 344694

URL: http://llvm.org/viewvc/llvm-project?rev=344694&view=rev
Log:
Fix broken formatting caused by test commit

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=344694&r1=344693&r2=344694&view=diff
==============================================================================
--- polly/trunk/lib/Transform/ScheduleOptimizer.cpp (original)
+++ polly/trunk/lib/Transform/ScheduleOptimizer.cpp Wed Oct 17 08:01:18 2018
@@ -1188,7 +1188,7 @@ getInductionVariablesSubstitution(isl::s
 /// the micro-kernel.
 ///
 /// In case of parametric bounds, this helps to auto-vectorize the unrolled
-/// innermost loops, using the SLP vectorizer. 
+/// innermost loops, using the SLP vectorizer.
 ///
 /// @param Node              The schedule node to be modified.
 /// @param MicroKernelParams Parameters of the micro-kernel




More information about the llvm-commits mailing list