aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorJ"orn Rennecke <amylaar@cygnus.co.uk>1998-12-13 00:59:38 +0000
committerJeff Law <law@gcc.gnu.org>1998-12-12 17:59:38 -0700
commit213c4983301cafca0f6a45e0d4796fc38d25896f (patch)
tree6c128ab8626189788357d57002b58c1f70149579 /gcc/rtl.h
parent867cbbbe72ca5023755298073104de13f53625af (diff)
downloadgcc-213c4983301cafca0f6a45e0d4796fc38d25896f.zip
gcc-213c4983301cafca0f6a45e0d4796fc38d25896f.tar.gz
gcc-213c4983301cafca0f6a45e0d4796fc38d25896f.tar.bz2
rtl.h (recompute_reg_usage): Add second argument.
* rtl.h (recompute_reg_usage): Add second argument. * flow.c (recompute_reg_usage): Likewise. * toplev.c (rest_of_compilation): Supply second argument to recompute_reg_usage. From-SVN: r24291
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 95ddbd1..e29767f 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1394,7 +1394,7 @@ extern void stupid_life_analysis PROTO ((rtx, int, FILE *));
/* In flow.c */
extern void allocate_for_life_analysis PROTO ((void));
-extern void recompute_reg_usage PROTO ((rtx));
+extern void recompute_reg_usage PROTO ((rtx, int));
#ifdef BUFSIZ
extern void dump_flow_info PROTO ((FILE *));
#endif