[llvm-commits] CVS: llvm/test/Programs/MultiSource/Benchmarks/MallocBench/espresso/part.c

Chris Lattner lattner at cs.uiuc.edu
Tue Mar 16 18:47:00 PST 2004


Changes in directory llvm/test/Programs/MultiSource/Benchmarks/MallocBench/espresso:

part.c updated: 1.1 -> 1.2

---
Log message:

Fix compilation of benchmark


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

Index: llvm/test/Programs/MultiSource/Benchmarks/MallocBench/espresso/part.c
diff -u llvm/test/Programs/MultiSource/Benchmarks/MallocBench/espresso/part.c:1.1 llvm/test/Programs/MultiSource/Benchmarks/MallocBench/espresso/part.c:1.2
--- llvm/test/Programs/MultiSource/Benchmarks/MallocBench/espresso/part.c:1.1	Tue Feb 17 12:13:40 2004
+++ llvm/test/Programs/MultiSource/Benchmarks/MallocBench/espresso/part.c	Tue Mar 16 18:46:25 2004
@@ -43,7 +43,7 @@
 }
 
 
-static int
+int
 visit_col(A, pcol, rows_visited, cols_visited)
 sm_matrix *A;
 sm_col *pcol;





More information about the llvm-commits mailing list