From 266bb4971b7cb8481bf9f3aa7a9fbba08ec89d98 Mon Sep 17 00:00:00 2001 From: staz Date: Mon, 6 Jan 2025 16:27:24 +0500 Subject: [PATCH] [docs] fix grammar mistake (#121695) Fix a grammar mistake in Polly docs. Co-authored-by: hstk30-hw --- polly/docs/UsingPollyWithClang.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polly/docs/UsingPollyWithClang.rst b/polly/docs/UsingPollyWithClang.rst index 08fdcbca1374..2aa35a08b025 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