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)
commit37dce44f73be26ea0f3f327c279c6003cad5720d
tree672e995eaa6326dbf06873f77ff6bc1f964696f4
parentbd8d0f31088cd95b72a8f6d664b8c3d6af6d7f12
Drop the hacks used for partial C99 math libraries.

All supported platforms have half-way decent C99 support.

llvm-svn: 231679
14 files changed:
llvm/autoconf/configure.ac
llvm/autoconf/m4/func_isinf.m4 [deleted file]
llvm/autoconf/m4/func_isnan.m4 [deleted file]
llvm/cmake/config-ix.cmake
llvm/configure
llvm/include/llvm/Config/config.h.cmake
llvm/include/llvm/Config/config.h.in
llvm/include/llvm/Support/MathExtras.h
llvm/lib/Analysis/ConstantFolding.cpp
llvm/lib/Support/APInt.cpp
llvm/lib/Support/CMakeLists.txt
llvm/lib/Support/IsInf.cpp [deleted file]
llvm/lib/Support/IsNAN.cpp [deleted file]
llvm/unittests/ADT/APFloatTest.cpp