[polly] d5c0b01 - [Polly] Fix typo. NFC.
Michael Kruse via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 13 20:37:29 PDT 2021
Author: Michael Kruse
Date: 2021-07-13T22:36:22-05:00
New Revision: d5c0b0102a25c27f41137588422d368eb42d971e
URL: https://github.com/llvm/llvm-project/commit/d5c0b0102a25c27f41137588422d368eb42d971e
DIFF: https://github.com/llvm/llvm-project/commit/d5c0b0102a25c27f41137588422d368eb42d971e.diff
LOG: [Polly] Fix typo. NFC.
Thanks to Mugerwa Martin for reporting.
Added:
Modified:
polly/docs/Architecture.rst
Removed:
################################################################################
diff --git a/polly/docs/Architecture.rst b/polly/docs/Architecture.rst
index f2ae2b1013226..92cb97da73e49 100644
--- a/polly/docs/Architecture.rst
+++ b/polly/docs/Architecture.rst
@@ -68,7 +68,7 @@ benefit if Polly is scheduled at this position. The additional set of
canonicalization passes required will result in a small, but general compile
time increase and some random run-time performance changes due to slightly
diff erent IR being passed through the optimizers. To force Polly to run early in
-the pass pipleline use the option *-polly-position=early* (default today).
+the pass pipeline use the option *-polly-position=early* (default today).
.. image:: images/LLVM-Passes-early.png
:align: center
More information about the llvm-commits
mailing list