diff options
author | Theodoros Theodoridis <theodoros.theodoridis@inf.ethz.ch> | 2018-10-17 09:59:41 +0000 |
---|---|---|
committer | Theodoros Theodoridis <theodoros.theodoridis@inf.ethz.ch> | 2018-10-17 09:59:41 +0000 |
commit | 7c8f91aa60600ffe3df9f6583432fa2cc38c5144 (patch) | |
tree | 376d4d7abd671ec6cb377542405da09ba9c15996 | |
parent | c297e84b97545d3eac787e2598b191a3d6034145 (diff) | |
download | bcm5719-llvm-7c8f91aa60600ffe3df9f6583432fa2cc38c5144.tar.gz bcm5719-llvm-7c8f91aa60600ffe3df9f6583432fa2cc38c5144.zip |
Test commit
llvm-svn: 344682
-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 |