aboutsummaryrefslogtreecommitdiff
path: root/gcc/value-prof.c
diff options
context:
space:
mode:
authorR. Kelley Cook <kcook@gcc.gnu.org>2003-10-31 01:08:43 +0000
committerR. Kelley Cook <kcook@gcc.gnu.org>2003-10-31 01:08:43 +0000
commit9373164a48dc470b44c1ec9431213ce8c06323e5 (patch)
treeee92d17300eb95b03e9b66263bbb9e1407851aa2 /gcc/value-prof.c
parent6587cd2b21cd246a7a2986e4d7f400a5d4e25a4b (diff)
downloadgcc-9373164a48dc470b44c1ec9431213ce8c06323e5.zip
gcc-9373164a48dc470b44c1ec9431213ce8c06323e5.tar.gz
gcc-9373164a48dc470b44c1ec9431213ce8c06323e5.tar.bz2
C90 prototype updates.
From-SVN: r73113
Diffstat (limited to 'gcc/value-prof.c')
-rw-r--r--gcc/value-prof.c2
1 files changed, 1 insertions, 1 deletions
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;