[PATCH] D31167: Use FPContractModeKind universally

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 29 13:14:25 PDT 2017


aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

Aside from a minor comment nit, LGTM



================
Comment at: include/clang/Basic/LangOptions.h:92
+  enum FPContractModeKind {
+    FPC_Off,        // Form fused FP ops only where result will not be affected.
+    FPC_On,         // Form fused FP ops according to FP_CONTRACT rules.
----------------
I think you mean effected rather than affected.


https://reviews.llvm.org/D31167





More information about the cfe-commits mailing list