MaskRay added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/Flang.cpp:89
+ const StringRef Val = A->getValue();
+ if (Val.equals("fast") || Val.equals("off")) {
+ FPContract = Val;
----------------
We prefer `==` to `equals`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136080/new/
https://reviews.llvm.org/D136080
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
