aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1998-06-30 22:49:11 +0000
committerJeff Law <law@gcc.gnu.org>1998-06-30 16:49:11 -0600
commit762a1d90e46f3c6dc0c3c891159118ec3ee46f91 (patch)
tree41293e2dd25c2433de9893d12f0f711b21ed84e0 /gcc/rtl.h
parent81fc4f5cea91444340fdfb884cd6cd649fa382d3 (diff)
downloadgcc-762a1d90e46f3c6dc0c3c891159118ec3ee46f91.zip
gcc-762a1d90e46f3c6dc0c3c891159118ec3ee46f91.tar.gz
gcc-762a1d90e46f3c6dc0c3c891159118ec3ee46f91.tar.bz2
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
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 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