From 762a1d90e46f3c6dc0c3c891159118ec3ee46f91 Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Tue, 30 Jun 1998 22:49:11 +0000 Subject: flow.c (recompute_reg_usage): Does not return a value. * flow.c (recompute_reg_usage): Does not return a value. * rtl.h (recompute_reg_usage): Update prototype. From-SVN: r20858 --- gcc/rtl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/rtl.h') diff --git a/gcc/rtl.h b/gcc/rtl.h index 94a8360..5f50839 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -1409,7 +1409,7 @@ extern void stupid_life_analysis PROTO ((rtx, int, FILE *)); /* In flow.c */ extern void allocate_for_life_analysis PROTO ((void)); -extern int recompute_reg_usage PROTO ((rtx)); +extern void recompute_reg_usage PROTO ((rtx)); #ifdef BUFSIZ extern void dump_flow_info PROTO ((FILE *)); #endif -- cgit v1.1