Fix compilation of benchmark

llvm-svn: 12459
diff --git a/MultiSource/Benchmarks/MallocBench/espresso/part.c b/MultiSource/Benchmarks/MallocBench/espresso/part.c
index 0bce901..e5278b1 100644
--- a/MultiSource/Benchmarks/MallocBench/espresso/part.c
+++ b/MultiSource/Benchmarks/MallocBench/espresso/part.c
@@ -43,7 +43,7 @@
 }
 
 
-static int
+int
 visit_col(A, pcol, rows_visited, cols_visited)
 sm_matrix *A;
 sm_col *pcol;