From 9373164a48dc470b44c1ec9431213ce8c06323e5 Mon Sep 17 00:00:00 2001 From: "R. Kelley Cook" Date: Fri, 31 Oct 2003 01:08:43 +0000 Subject: C90 prototype updates. From-SVN: r73113 --- gcc/value-prof.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/value-prof.c') diff --git a/gcc/value-prof.c b/gcc/value-prof.c index 3924fa7..0cc3fe3 100644 --- a/gcc/value-prof.c +++ b/gcc/value-prof.c @@ -314,7 +314,7 @@ find_values_to_profile (unsigned *n_values, struct histogram_value **values) we would have to be very careful here. */ bool -value_profile_transformations () +value_profile_transformations (void) { rtx insn, next; int changed = false; -- cgit v1.1