]> granicus.if.org Git - clang/commit
Make -ffp-contract a codegen option, rather than a laguage option. This makes
authorLang Hames <lhames@gmail.com>
Thu, 15 Nov 2012 07:51:26 +0000 (07:51 +0000)
committerLang Hames <lhames@gmail.com>
Thu, 15 Nov 2012 07:51:26 +0000 (07:51 +0000)
commit931c0833811c030884fa50b2ccbd3c34f0f4c4ee
tree744f54a29af8fa008d590d0bc3cdf6cb78211d86
parent5bab9ae87c41148ee2f92d312945c1e9303222e8
Make -ffp-contract a codegen option, rather than a laguage option. This makes
more sense anyway - it determines how expressions are codegen'd. It also ensures
that -ffp-contract=fast has the intended effect when compiling LLVM IR.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168027 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/LangOptions.def
include/clang/Basic/LangOptions.h
include/clang/Frontend/CodeGenOptions.def
include/clang/Frontend/CodeGenOptions.h
lib/CodeGen/BackendUtil.cpp
lib/CodeGen/CGExprScalar.cpp
lib/Frontend/CompilerInvocation.cpp