summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodoros Theodoridis <theodoros.theodoridis@inf.ethz.ch>2018-10-17 09:59:41 +0000
committerTheodoros Theodoridis <theodoros.theodoridis@inf.ethz.ch>2018-10-17 09:59:41 +0000
commit7c8f91aa60600ffe3df9f6583432fa2cc38c5144 (patch)
tree376d4d7abd671ec6cb377542405da09ba9c15996
parentc297e84b97545d3eac787e2598b191a3d6034145 (diff)
downloadbcm5719-llvm-7c8f91aa60600ffe3df9f6583432fa2cc38c5144.tar.gz
bcm5719-llvm-7c8f91aa60600ffe3df9f6583432fa2cc38c5144.zip
Test commit
llvm-svn: 344682
-rw-r--r--polly/lib/Transform/ScheduleOptimizer.cpp2
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
OpenPOWER on IntegriCloud