]> granicus.if.org Git - clang/commit
Improve __builtin_nanf support; we now can deal with them as constants.
authorMike Stump <mrs@apple.com>
Sat, 30 May 2009 03:56:50 +0000 (03:56 +0000)
committerMike Stump <mrs@apple.com>
Sat, 30 May 2009 03:56:50 +0000 (03:56 +0000)
commit4572baba9d18c275968ac113fd73b0e3c77cccb8
tree44e7e7aecb0a94e4684285446e7f4fef347fa12e
parentc8f2c61f4f667c2bc3e4e74b274fa397a4232393
Improve __builtin_nanf support; we now can deal with them as constants.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72607 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ExprConstant.cpp
test/CodeGen/builtin-nanf.c [new file with mode: 0644]