Drop the hacks used for partial C99 math libraries.
authorBenjamin Kramer <benny.kra@googlemail.com>
Mon, 9 Mar 2015 18:35:18 +0000 (18:35 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Mon, 9 Mar 2015 18:35:18 +0000 (18:35 +0000)
commit0df66b878ff02ddb051bdc7c08af0511f1a3c3c3
tree921f8037e468863019cac1cee9417df915088f16
parent1bee90c2031c295642b89d784de550f74b67ea54
Drop the hacks used for partial C99 math libraries.

All supported platforms have half-way decent C99 support.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231679 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
autoconf/configure.ac
autoconf/m4/func_isinf.m4 [deleted file]
autoconf/m4/func_isnan.m4 [deleted file]
cmake/config-ix.cmake
configure
include/llvm/Config/config.h.cmake
include/llvm/Config/config.h.in
include/llvm/Support/MathExtras.h
lib/Analysis/ConstantFolding.cpp
lib/Support/APInt.cpp
lib/Support/CMakeLists.txt
lib/Support/IsInf.cpp [deleted file]
lib/Support/IsNAN.cpp [deleted file]
unittests/ADT/APFloatTest.cpp