aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-02-15 07:19:51 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-02-15 07:19:51 +0000
commite22857eb9d98ed0dff03bb311988f18335a5bf71 (patch)
tree4a7a7da77a61ecb4253c8b4d31cb38e3be470551 /gcc/rtl.h
parent2e09ee33f0420c4e4f063c8dff27afa017c0b687 (diff)
downloadgcc-e22857eb9d98ed0dff03bb311988f18335a5bf71.zip
gcc-e22857eb9d98ed0dff03bb311988f18335a5bf71.tar.gz
gcc-e22857eb9d98ed0dff03bb311988f18335a5bf71.tar.bz2
flow.c (recompute_reg_usage): Remove all arguments.
* flow.c (recompute_reg_usage): Remove all arguments. * passes.c (rest_of_compilation): Adjust the call to recompute_reg_usage. * rtl.h: Adjust the prototype for recompute_reg_usage. From-SVN: r95058
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 7e01029..b0d839a5 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -2019,7 +2019,7 @@ extern rtx move_by_pieces (rtx, rtx, unsigned HOST_WIDE_INT,
unsigned int, int);
/* In flow.c */
-extern void recompute_reg_usage (rtx, int);
+extern void recompute_reg_usage (void);
extern int initialize_uninitialized_subregs (void);
extern void delete_dead_jumptables (void);
extern void print_rtl_with_bb (FILE *, rtx);