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

Chris Lattner lattner at cs.uiuc.edu
Mon Nov 15 12:54:23 PST 2004



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

newvor.c updated: 1.6 -> 1.7
---
Log message:

Get malloc.h for memalign.


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

Index: llvm-test/MultiSource/Benchmarks/Olden/voronoi/newvor.c
diff -u llvm-test/MultiSource/Benchmarks/Olden/voronoi/newvor.c:1.6 llvm-test/MultiSource/Benchmarks/Olden/voronoi/newvor.c:1.7
--- llvm-test/MultiSource/Benchmarks/Olden/voronoi/newvor.c:1.6	Wed Jun 23 18:16:53 2004
+++ llvm-test/MultiSource/Benchmarks/Olden/voronoi/newvor.c	Mon Nov 15 14:54:09 2004
@@ -2,6 +2,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <malloc.h>
 #include "defines.h"
 
 VERTEX_PTR *vp ;






More information about the llvm-commits mailing list