mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 03:56:16 +08:00
[NFC] Fixed a typo in clang help docs
Fixed minor typo in clang help docs. Differential Revision: https://reviews.llvm.org/D141507
This commit is contained in:
@@ -1954,7 +1954,7 @@ def ffp_contract : Joined<["-"], "ffp-contract=">, Group<f_Group>,
|
||||
" 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">;
|
||||
|
||||
Reference in New Issue
Block a user