diff options
| -rw-r--r-- | polly/lib/Transform/ScheduleOptimizer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/Transform/ScheduleOptimizer.cpp b/polly/lib/Transform/ScheduleOptimizer.cpp index fb3e4b3b4a8..a8da86983c9 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 |

