diff --git a/polly/docs/UsingPollyWithClang.rst b/polly/docs/UsingPollyWithClang.rst index 08fdcbca13743..2aa35a08b0251 100644 --- a/polly/docs/UsingPollyWithClang.rst +++ b/polly/docs/UsingPollyWithClang.rst @@ -101,7 +101,7 @@ polly, after SSA transformation, loop canonicalization, inlining and other passes. Thereafter, any Polly pass can be run over 'before-polly.ll' using the -'opt' tool. To found out which Polly passes are active in the standard +'opt' tool. To find out which Polly passes are active in the standard pipeline, see the output of .. code-block:: console