[NFC] Update renamed option in comments

c98ebda325 Rename fp-op fusion option (yet
again) for compatibility with GCC option.

The comment in the header should be updated too to avoid confusion.
This commit is contained in:
Jinsong Ji 2021-06-15 19:26:20 +00:00
parent 332da1c283
commit 9ddb625890
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ namespace llvm {
/// arm-apple-darwin). Hard presumes that the normal FP ABI is used.
FloatABI::ABIType FloatABIType = FloatABI::Default;
/// AllowFPOpFusion - This flag is set by the -fuse-fp-ops=xxx option.
/// AllowFPOpFusion - This flag is set by the -fp-contract=xxx option.
/// This controls the creation of fused FP ops that store intermediate
/// results in higher precision than IEEE allows (E.g. FMAs).
///