Changes in directory llvm-test/MultiSource/Benchmarks/Olden/voronoi:

newvor.c updated: 1.12 -> 1.13
---
Log message:

test os rather than arch

---
Diffs of the changes:  (+1 -1)

 newvor.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-test/MultiSource/Benchmarks/Olden/voronoi/newvor.c
diff -u llvm-test/MultiSource/Benchmarks/Olden/voronoi/newvor.c:1.12 
llvm-test/MultiSource/Benchmarks/Olden/voronoi/newvor.c:1.13
--- llvm-test/MultiSource/Benchmarks/Olden/voronoi/newvor.c:1.12        Thu Apr 
26 14:55:25 2007
+++ llvm-test/MultiSource/Benchmarks/Olden/voronoi/newvor.c     Thu Apr 26 
15:19:47 2007
@@ -4,7 +4,7 @@
 #include <stdlib.h>
 #include "defines.h"
 
-#if defined(__alpha__) || defined(__x86_64__)
+#if defined(__linux__)
 #include <malloc.h>
 #endif
 



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to