summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorMelanie Blower <melanie.blower@intel.com>2019-12-04 12:21:23 -0800
committerMelanie Blower <melanie.blower@intel.com>2019-12-04 12:21:23 -0800
commit5412913631feef74f7d52c092e947227c1cc7b04 (patch)
treecc2c1bb11b3ce2a2f7337ab5a25e746973b81893 /clang/lib/CodeGen/CodeGenFunction.h
parent90fce46fa6c9ccec86f642be0a75da2d0a5b11c1 (diff)
downloadbcm5719-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.h3
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);
OpenPOWER on IntegriCloud