================
@@ -95,6 +96,20 @@ static cl::opt<bool> testGeneratorMode(
     "test-gen", cl::desc("-emit-final-mlir -simplify-mlir -enable-aa=false"),
     cl::init(false));
 
+static cl::opt<Fortran::common::FPMaxminBehavior> fpMaxminBehavior(
+    "ffp-maxmin-behavior",
+    cl::desc("Control MAX/MIN and [max|min][loc|val] behavior "
----------------
tarunprabhu wrote:

Casing

```suggestion
    cl::desc("Control max/min and [max|min][loc|val] behavior "
```

https://github.com/llvm/llvm-project/pull/184730
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to