[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Olden/voronoi/newvor.c
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Thu Apr 26 13:20:04 PDT 2007
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
More information about the llvm-commits
mailing list