aboutsummaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@cygnus.com>1998-04-18 19:45:34 -0700
committerRichard Henderson <rth@gcc.gnu.org>1998-04-18 19:45:34 -0700
commitc6a754f2d74457730a2c009cabbc4784a229f3e6 (patch)
treef11fa335ec50ec7d0e684514080e74a580a926c9 /gcc/haifa-sched.c
parent399cc1480c05f4d4ea44111055f2230375de0c32 (diff)
downloadgcc-c6a754f2d74457730a2c009cabbc4784a229f3e6.zip
gcc-c6a754f2d74457730a2c009cabbc4784a229f3e6.tar.gz
gcc-c6a754f2d74457730a2c009cabbc4784a229f3e6.tar.bz2
* haifa-sched.c (queue_to_ready): Fix typo in prototype.
From-SVN: r19293
Diffstat (limited to 'gcc/haifa-sched.c')
-rw-r--r--gcc/haifa-sched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c
index 5ca1587..8d220f0 100644
--- a/gcc/haifa-sched.c
+++ b/gcc/haifa-sched.c
@@ -761,7 +761,7 @@ static void get_block_head_tail PROTO ((int, rtx *, rtx *));
static void find_pre_sched_live PROTO ((int));
static void find_post_sched_live PROTO ((int));
static void update_reg_usage PROTO ((void));
-static int queue_to_ready ((rtx [], int))
+static int queue_to_ready PROTO ((rtx [], int));
void debug_ready_list PROTO ((rtx[], int));
static void init_target_units PROTO (());