Quick hack to get this file compiling again on Mac OS X. The right thing to do
authorBrian Gaeke <gaeke@uiuc.edu>
Mon, 14 Jun 2004 06:33:19 +0000 (06:33 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Mon, 14 Jun 2004 06:33:19 +0000 (06:33 +0000)
commitfda2cce3bf04b530d87b551cf37a80f82074893d
treeddc8b4853be96c8274a4859fd2f6d098be9008dd
parentf3210d2c53cc3211f60c83a3acbf58bec862c0fa
Quick hack to get this file compiling again on Mac OS X.  The right thing to do
is write an autoconf macro that checks whether __isnan or isnan actually works
**using the C++ compiler after #include <cmath>**, instead of doing it the easy
way with AC_CHECK_FUNCS().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14171 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/Local.cpp