diff options
author | Melanie Blower <melanie.blower@intel.com> | 2019-12-04 12:21:23 -0800 |
---|---|---|
committer | Melanie Blower <melanie.blower@intel.com> | 2019-12-04 12:21:23 -0800 |
commit | 5412913631feef74f7d52c092e947227c1cc7b04 (patch) | |
tree | cc2c1bb11b3ce2a2f7337ab5a25e746973b81893 /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 90fce46fa6c9ccec86f642be0a75da2d0a5b11c1 (diff) | |
download | bcm5719-llvm-5412913631feef74f7d52c092e947227c1cc7b04.tar.gz bcm5719-llvm-5412913631feef74f7d52c092e947227c1cc7b04.zip |
Revert " Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapping-math, -ffp-model=, and -ffp-exception-behavior=""
This reverts commit cdbed2dd856c14687efd741c2d8321686102acb8.
Build break on Windows (lit fail)
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 1439d92f0c4..ce819e6a363 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -4170,9 +4170,6 @@ public: /// point operation, expressed as the maximum relative error in ulp. void SetFPAccuracy(llvm::Value *Val, float Accuracy); - /// SetFPModel - Control floating point behavior via fp-model settings. - void SetFPModel(); - private: llvm::MDNode *getRangeForLoadFromType(QualType Ty); void EmitReturnOfRValue(RValue RV, QualType Ty); |