From c0daf2a9780c0c2e9a0ea56125a746f60a8d1775 Mon Sep 17 00:00:00 2001 From: Theodoros Theodoridis Date: Wed, 17 Oct 2018 15:01:18 +0000 Subject: [PATCH] Fix broken formatting caused by test commit llvm-svn: 344694 --- polly/lib/Transform/ScheduleOptimizer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polly/lib/Transform/ScheduleOptimizer.cpp b/polly/lib/Transform/ScheduleOptimizer.cpp index a8da869..fb3e4b3 100644 --- a/polly/lib/Transform/ScheduleOptimizer.cpp +++ b/polly/lib/Transform/ScheduleOptimizer.cpp @@ -1188,7 +1188,7 @@ getInductionVariablesSubstitution(isl::schedule_node Node, /// 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 -- 2.7.4