]> granicus.if.org Git - clang/commit
Generate fpmath metadata when -ffast-math. Note that no optimizations are hooked
authorDuncan Sands <baldrick@free.fr>
Mon, 16 Apr 2012 17:24:31 +0000 (17:24 +0000)
committerDuncan Sands <baldrick@free.fr>
Mon, 16 Apr 2012 17:24:31 +0000 (17:24 +0000)
commit10e675d4824710426ab894336cfb659742c94d08
tree933a61b2bc5ea2101169d630f48aa95cdd94b36f
parent7ac715fd3118362f14574c312b044d22e3afeee9
Generate fpmath metadata when -ffast-math. Note that no optimizations are hooked
up to this yet.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154835 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenFunction.cpp
test/CodeGen/2012-04-16-FastMath.c [new file with mode: 0644]