]> granicus.if.org Git - clang/commit
Always initialize FPContractable.
authorBenjamin Kramer <benny.kra@googlemail.com>
Wed, 3 Oct 2012 20:58:04 +0000 (20:58 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Wed, 3 Oct 2012 20:58:04 +0000 (20:58 +0000)
commitddc57332cdc86ed2db28a3b3761b774944937191
treefbc4bd8fee7f5c68174cdd64938cf7c1bc98714d
parent9b7dcdb53cee4234c48bb4ceeef39536419945cf
Always initialize FPContractable.

false is used as a baseline here, we may want to allow contraction in some of
the cases.  Found by valgrind.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165156 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprScalar.cpp