* haifa-sched.c (queue_to_ready): Fix typo in prototype.
From-SVN: r19293
This commit is contained in:
parent
399cc1480c
commit
c6a754f2d7
@ -1,3 +1,7 @@
|
||||
Sun Apr 19 02:42:06 1998 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* haifa-sched.c (queue_to_ready): Fix typo in prototype.
|
||||
|
||||
Sat Apr 18 23:52:35 PDT 1998 Jeff Law (law@cygnus.com)
|
||||
|
||||
* version.c: Bump for snapshot.
|
||||
|
@ -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 (());
|
||||
|
Loading…
Reference in New Issue
Block a user