diff options
author | Stephen Canon <scanon@apple.com> | 2015-11-16 23:09:11 +0000 |
---|---|---|
committer | Stephen Canon <scanon@apple.com> | 2015-11-16 23:09:11 +0000 |
commit | 916be929554de6e47111189902afe46677339ac9 (patch) | |
tree | 5798518363a66ef8a550e2efcb0268138adcbe5e /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 13d3a20ad75605d1782d4d0ef4c9bbe912db7ae4 (diff) | |
download | llvm-916be929554de6e47111189902afe46677339ac9.zip llvm-916be929554de6e47111189902afe46677339ac9.tar.gz llvm-916be929554de6e47111189902afe46677339ac9.tar.bz2 |
Make FP_CONTRACT ON the default.
Differential Revision: D14200
llvm-svn: 253269
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
-rw-r--r-- | clang/lib/Frontend/CompilerInvocation.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Frontend/CompilerInvocation.cpp b/clang/lib/Frontend/CompilerInvocation.cpp index 91917cf..68f27ee 100644 --- a/clang/lib/Frontend/CompilerInvocation.cpp +++ b/clang/lib/Frontend/CompilerInvocation.cpp @@ -1336,7 +1336,6 @@ void CompilerInvocation::setLangDefaults(LangOptions &Opts, InputKind IK, Opts.ZVector = 0; Opts.CXXOperatorNames = 1; Opts.LaxVectorConversions = 0; - Opts.DefaultFPContract = 1; Opts.NativeHalfType = 1; } |