diff options
author | Edward O'Callaghan <eocallaghan@auroraux.org> | 2009-08-04 03:30:10 +0000 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@auroraux.org> | 2009-08-04 03:30:10 +0000 |
commit | 30009e71219759769a4123a49a57b926e7602c9c (patch) | |
tree | eefa6d2f092d0e6ee78a428a97e3de14b497ffe0 /compiler-rt/lib/muldc3.c | |
parent | 4314b1dc019ba8c0ba3fca4916736df15ed3ebe1 (diff) | |
download | bcm5719-llvm-30009e71219759769a4123a49a57b926e7602c9c.tar.gz bcm5719-llvm-30009e71219759769a4123a49a57b926e7602c9c.zip |
Refactor out common pre-processor code.
llvm-svn: 78037
Diffstat (limited to 'compiler-rt/lib/muldc3.c')
-rw-r--r-- | compiler-rt/lib/muldc3.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler-rt/lib/muldc3.c b/compiler-rt/lib/muldc3.c index 3549823c2ef..b945e8e3827 100644 --- a/compiler-rt/lib/muldc3.c +++ b/compiler-rt/lib/muldc3.c @@ -15,10 +15,6 @@ #include <math.h> #include <complex.h> -#if !defined(INFINITY) && defined(HUGE_VAL) -#define INFINITY HUGE_VAL -#endif - // Returns: the product of a + ib and c + id double _Complex |