summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/Decl.cpp
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/AST/Decl.cpp
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/AST/Decl.cpp')
-rw-r--r--clang/lib/AST/Decl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/AST/Decl.cpp b/clang/lib/AST/Decl.cpp
index 0301110b706..bfcf7926861 100644
--- a/clang/lib/AST/Decl.cpp
+++ b/clang/lib/AST/Decl.cpp
@@ -2793,7 +2793,6 @@ FunctionDecl::FunctionDecl(Kind DK, ASTContext &C, DeclContext *DC,
FunctionDeclBits.ConstexprKind = ConstexprKind;
FunctionDeclBits.InstantiationIsPending = false;
FunctionDeclBits.UsesSEHTry = false;
- FunctionDeclBits.UsesFPIntrin = false;
FunctionDeclBits.HasSkippedBody = false;
FunctionDeclBits.WillHaveBody = false;
FunctionDeclBits.IsMultiVersion = false;
OpenPOWER on IntegriCloud