[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Olden/voronoi/newvor.c

Andrew Lenharth alenhar2 at cs.uiuc.edu
Mon Mar 28 11:03:45 PST 2005



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

newvor.c updated: 1.8 -> 1.9
---
Log message:

added define for alpha to get correct prototype for memalign

---
Diffs of the changes:  (+5 -0)

 newvor.c |    5 +++++
 1 files changed, 5 insertions(+)


Index: llvm-test/MultiSource/Benchmarks/Olden/voronoi/newvor.c
diff -u llvm-test/MultiSource/Benchmarks/Olden/voronoi/newvor.c:1.8 llvm-test/MultiSource/Benchmarks/Olden/voronoi/newvor.c:1.9
--- llvm-test/MultiSource/Benchmarks/Olden/voronoi/newvor.c:1.8	Mon Mar  7 10:41:13 2005
+++ llvm-test/MultiSource/Benchmarks/Olden/voronoi/newvor.c	Mon Mar 28 13:03:28 2005
@@ -4,6 +4,11 @@
 #include <stdlib.h>
 #include "defines.h"
 
+#if defined(__alpha__)
+#include <malloc.h>
+#endif
+
+
 VERTEX_PTR *vp ;
 struct VERTEX *va ;
 EDGE_PTR *next ;






More information about the llvm-commits mailing list