diff options
author | Theodoros Theodoridis <theodoros.theodoridis@inf.ethz.ch> | 2018-10-17 15:01:18 +0000 |
---|---|---|
committer | Theodoros Theodoridis <theodoros.theodoridis@inf.ethz.ch> | 2018-10-17 15:01:18 +0000 |
commit | c0daf2a9780c0c2e9a0ea56125a746f60a8d1775 (patch) | |
tree | c7b4fae49961aa235a31c231b5326e737223df9f /polly/lib/Transform | |
parent | 2ef3c0dad6a9be806a25c693a78485895444d87d (diff) | |
download | bcm5719-llvm-c0daf2a9780c0c2e9a0ea56125a746f60a8d1775.tar.gz bcm5719-llvm-c0daf2a9780c0c2e9a0ea56125a746f60a8d1775.zip |
Fix broken formatting caused by test commit
llvm-svn: 344694
Diffstat (limited to 'polly/lib/Transform')
-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 a8da86983c9..fb3e4b3b4a8 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 |