[Polly] Fix typo. NFC.

Thanks to Mugerwa Martin for reporting.
This commit is contained in:
Michael Kruse 2021-07-13 22:33:56 -05:00
parent 64785ac12e
commit d5c0b0102a
1 changed files with 1 additions and 1 deletions

View File

@ -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
different 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