[PATCH] D141507: [NFC] Fixed a typo in clang help docs

Jolanta Jensen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 16 03:51:44 PST 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG15068394858e: [NFC] Fixed a typo in clang help docs (authored by jolanta.jensen).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141507/new/

https://reviews.llvm.org/D141507

Files:
  clang/include/clang/Driver/Options.td


Index: clang/include/clang/Driver/Options.td
===================================================================
--- clang/include/clang/Driver/Options.td
+++ clang/include/clang/Driver/Options.td
@@ -1954,7 +1954,7 @@
   " fast (fuses across statements disregarding pragmas)"
   " | on (only fuses in the same statement unless dictated by pragmas)"
   " | off (never fuses)"
-  " | fast-honor-pragmas (fuses across statements unless diectated by pragmas)."
+  " | fast-honor-pragmas (fuses across statements unless dictated by pragmas)."
   " Default is 'fast' for CUDA, 'fast-honor-pragmas' for HIP, and 'on' otherwise.">,
   HelpText<"Form fused FP ops (e.g. FMAs)">,
   Values<"fast,on,off,fast-honor-pragmas">;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141507.489491.patch
Type: text/x-patch
Size: 716 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230116/aff2cbbf/attachment.bin>


More information about the cfe-commits mailing list