[cfe-commits] r52167 - /cfe/trunk/test/CodeGen/mandel.c

Eli Friedman eli.friedman at gmail.com
Mon Jun 9 22:09:37 PDT 2008


Author: efriedma
Date: Tue Jun 10 00:09:36 2008
New Revision: 52167

URL: http://llvm.org/viewvc/llvm-project?rev=52167&view=rev
Log:
Don't include complex.h or tgmath.h for this test; they aren't needed, 
and including tgmath.h causes the test to fail for no good reason.


Modified:
    cfe/trunk/test/CodeGen/mandel.c

Modified: cfe/trunk/test/CodeGen/mandel.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/mandel.c?rev=52167&r1=52166&r2=52167&view=diff

==============================================================================
--- cfe/trunk/test/CodeGen/mandel.c (original)
+++ cfe/trunk/test/CodeGen/mandel.c Tue Jun 10 00:09:36 2008
@@ -25,13 +25,7 @@
 
 #define I 1.0iF
 
-#if defined(__FreeBSD__) || defined(__OpenBSD__)
-#include <complex.h>
-#elif defined(__APPLE__)
 #include <math.h>
-#else
-#include <tgmath.h>
-#endif
 
 #include <stdio.h>
 





More information about the cfe-commits mailing list