Commit 762a1d90 by Jeffrey A Law Committed by Jeff Law

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
parent 81fc4f5c
Tue Jun 30 23:16:39 1998 Jeffrey A Law (law@cygnus.com) Tue Jun 30 23:16:39 1998 Jeffrey A Law (law@cygnus.com)
* flow.c (recompute_reg_usage): Does not return a value.
* rtl.h (recompute_reg_usage): Update prototype.
* jump.c (jump_optimize): Show that the jump chain is not * jump.c (jump_optimize): Show that the jump chain is not
valid when not optimizing. valid when not optimizing.
......
...@@ -4208,7 +4208,7 @@ count_reg_references (x) ...@@ -4208,7 +4208,7 @@ count_reg_references (x)
It might be worthwhile to update REG_LIVE_LENGTH, REG_BASIC_BLOCK and It might be worthwhile to update REG_LIVE_LENGTH, REG_BASIC_BLOCK and
possibly other information which is used by the register allocators. */ possibly other information which is used by the register allocators. */
int void
recompute_reg_usage (f) recompute_reg_usage (f)
rtx f; rtx f;
{ {
......
...@@ -1409,7 +1409,7 @@ extern void stupid_life_analysis PROTO ((rtx, int, FILE *)); ...@@ -1409,7 +1409,7 @@ extern void stupid_life_analysis PROTO ((rtx, int, FILE *));
/* In flow.c */ /* In flow.c */
extern void allocate_for_life_analysis PROTO ((void)); extern void allocate_for_life_analysis PROTO ((void));
extern int recompute_reg_usage PROTO ((rtx)); extern void recompute_reg_usage PROTO ((rtx));
#ifdef BUFSIZ #ifdef BUFSIZ
extern void dump_flow_info PROTO ((FILE *)); extern void dump_flow_info PROTO ((FILE *));
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment