================
@@ -3033,8 +3038,8 @@ static void RenderFloatingPointOptions(const ToolChain 
&TC, const Driver &D,
       SignedZeros = true;
 
       StringRef Val = A->getValue();
-      if (OFastEnabled && Val != "fast") {
-        // Only -ffp-model=fast is compatible with OFast, ignore.
+      if (OFastEnabled && Val != "aggressive") {
+          // Only -ffp-model=aggressive is compatible with OFast, ignore.
----------------
jcranmer-intel wrote:

ETOOMANYSPACES

https://github.com/llvm/llvm-project/pull/100453
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to