summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/int_lib.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-11-16 07:33:06 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-11-16 07:33:06 +0000
commit2139c52d338003ec77afed7dec862e0ad4ceb443 (patch)
tree3e7997e6a817356a7e4462f9327c0ebbdb7e0aff /compiler-rt/lib/int_lib.h
parentddf1890a5ed78967997720bc35b05b23b000bcf0 (diff)
downloadbcm5719-llvm-2139c52d338003ec77afed7dec862e0ad4ceb443.tar.gz
bcm5719-llvm-2139c52d338003ec77afed7dec862e0ad4ceb443.zip
lib: Finish int_math.h definitions using compiler builtins and eliminate
implementation use of <math.h>. llvm-svn: 144786
Diffstat (limited to 'compiler-rt/lib/int_lib.h')
-rw-r--r--compiler-rt/lib/int_lib.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler-rt/lib/int_lib.h b/compiler-rt/lib/int_lib.h
index 5ce20238c44..a87426c513c 100644
--- a/compiler-rt/lib/int_lib.h
+++ b/compiler-rt/lib/int_lib.h
@@ -37,10 +37,6 @@
#include <stdbool.h>
#include <float.h>
-#if !defined(INFINITY) && defined(HUGE_VAL)
-#define INFINITY HUGE_VAL
-#endif /* INFINITY */
-
/* Include the commonly used internal type definitions. */
#include "int_types.h"
OpenPOWER on IntegriCloud