forked from OSchip/llvm-project
[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:
parent
332da1c283
commit
9ddb625890
|
@ -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).
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue