diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-03-05 17:41:48 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-03-05 17:41:48 +0000 |
commit | a678e384b91196c50d3190dc1c6f961737e244c5 (patch) | |
tree | 2574be101a0249c36a0abe0c0600c51a54e28aca /gcc/rtl.h | |
parent | b00bf1661f4755fa203e44b98ba5b9a8de8c4355 (diff) | |
download | gcc-a678e384b91196c50d3190dc1c6f961737e244c5.zip gcc-a678e384b91196c50d3190dc1c6f961737e244c5.tar.gz gcc-a678e384b91196c50d3190dc1c6f961737e244c5.tar.bz2 |
flow.c (recompute_reg_usage): Make it static.
* flow.c (recompute_reg_usage): Make it static.
* rtl.h: Remove the prototype for recompute_reg_usage.
From-SVN: r111736
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2133,7 +2133,6 @@ extern rtx move_by_pieces (rtx, rtx, unsigned HOST_WIDE_INT, unsigned int, int); /* In flow.c */ -extern unsigned int recompute_reg_usage (void); extern void delete_dead_jumptables (void); extern void print_rtl_with_bb (FILE *, rtx); extern void dump_flow_info (FILE *, int); |