[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MallocBench/espresso/compl.c mincov.c opo.c
Jim Laskey
jlaskey at apple.com
Thu Aug 18 10:15:41 PDT 2005
Changes in directory llvm-test/MultiSource/Benchmarks/MallocBench/espresso:
compl.c updated: 1.1 -> 1.2
mincov.c updated: 1.1 -> 1.2
opo.c updated: 1.1 -> 1.2
---
Log message:
Allow espresso to build under stricter C standards.
---
Diffs of the changes: (+13 -13)
compl.c | 18 +++++++++---------
mincov.c | 6 +++---
opo.c | 2 +-
3 files changed, 13 insertions(+), 13 deletions(-)
Index: llvm-test/MultiSource/Benchmarks/MallocBench/espresso/compl.c
diff -u llvm-test/MultiSource/Benchmarks/MallocBench/espresso/compl.c:1.1 llvm-test/MultiSource/Benchmarks/MallocBench/espresso/compl.c:1.2
--- llvm-test/MultiSource/Benchmarks/MallocBench/espresso/compl.c:1.1 Tue Feb 17 12:13:39 2004
+++ llvm-test/MultiSource/Benchmarks/MallocBench/espresso/compl.c Thu Aug 18 12:15:30 2005
@@ -22,15 +22,15 @@
#define USE_COMPL_LIFT_ONSET_COMPLEX 2
#define NO_LIFTING 3
-bool compl_special_cases();
-pcover compl_merge();
-void compl_d1merge();
-pcover compl_cube();
-void compl_lift();
-void compl_lift_onset();
-void compl_lift_onset_complex();
-bool simp_comp_special_cases();
-bool simplify_special_cases();
+static bool compl_special_cases();
+static pcover compl_merge();
+static void compl_d1merge();
+static pcover compl_cube();
+static void compl_lift();
+static void compl_lift_onset();
+static void compl_lift_onset_complex();
+static bool simp_comp_special_cases();
+static bool simplify_special_cases();
/* complement -- compute the complement of T */
Index: llvm-test/MultiSource/Benchmarks/MallocBench/espresso/mincov.c
diff -u llvm-test/MultiSource/Benchmarks/MallocBench/espresso/mincov.c:1.1 llvm-test/MultiSource/Benchmarks/MallocBench/espresso/mincov.c:1.2
--- llvm-test/MultiSource/Benchmarks/MallocBench/espresso/mincov.c:1.1 Tue Feb 17 12:13:40 2004
+++ llvm-test/MultiSource/Benchmarks/MallocBench/espresso/mincov.c Thu Aug 18 12:15:30 2005
@@ -7,9 +7,9 @@
#define USE_GIMPEL
#define USE_INDEP_SET
-extern int select_column();
-extern void select_essential();
-extern int verify_cover();
+static int select_column();
+static void select_essential();
+static int verify_cover();
#define fail(why) {\
(void) fprintf(stderr, "Fatal error: file %s, line %d\n%s\n",\
Index: llvm-test/MultiSource/Benchmarks/MallocBench/espresso/opo.c
diff -u llvm-test/MultiSource/Benchmarks/MallocBench/espresso/opo.c:1.1 llvm-test/MultiSource/Benchmarks/MallocBench/espresso/opo.c:1.2
--- llvm-test/MultiSource/Benchmarks/MallocBench/espresso/opo.c:1.1 Tue Feb 17 12:13:40 2004
+++ llvm-test/MultiSource/Benchmarks/MallocBench/espresso/opo.c Thu Aug 18 12:15:30 2005
@@ -50,7 +50,7 @@
static int opo_no_make_sparse;
static int opo_repeated;
static int opo_exact;
-void minimize();
+static void minimize();
void phase_assignment(PLA, opo_strategy)
pPLA PLA;
More information about the llvm-commits
mailing list