basic-block.h (compute_preds_succs): Change return type in prototype to void.

d
	* basic-block.h (compute_preds_succs): Change return type in
	prototype to void.
	* flow.c (compute_preds_succs): Likewise in function definition.
	* regmove.c (find_matches): Cast char used as array index to unsigned char
	to supress warning.

From-SVN: r18507
This commit is contained in:
Manfred Hollstein 1998-03-12 01:04:45 +00:00
parent 007a4b085d
commit 743bb12df3
1 changed files with 1 additions and 1 deletions

View File

@ -3246,7 +3246,7 @@ add_pred_succ (pred_bb, succ_bb, s_preds, s_succs, num_preds, num_succs)
}
/* Compute the predecessors and successors for each block. */
int
void
compute_preds_succs (s_preds, s_succs, num_preds, num_succs)
int_list_ptr *s_preds;
int_list_ptr *s_succs;