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@cs.umass.edu>2005-02-15 07:19:51 +0000
commite8b4d676ee08456780c0c52bf593b3b63b0dac40 (patch)
tree4a7a7da77a61ecb4253c8b4d31cb38e3be470551 /gcc/rtl.h
parent8da0cfdd40304cc7ea6e66bf74015540ef7c0a67 (diff)
* 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. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@95058 138bc75d-0d04-0410-961f-82ee72b054a4
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 7e010293cd0..b0d839a5337 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);