aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-01-18 06:40:08 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-01-18 06:40:08 +0000
commitfe3c357180f00f88ace30ad8a793656d798ca431 (patch)
tree3889ee44587a725e0d6e3a21726a4773d9cc52a2 /gcc/rtl.h
parente8d6954b961c49410715d4951de89cd38cded3b6 (diff)
downloadgcc-fe3c357180f00f88ace30ad8a793656d798ca431.zip
gcc-fe3c357180f00f88ace30ad8a793656d798ca431.tar.gz
gcc-fe3c357180f00f88ace30ad8a793656d798ca431.tar.bz2
regmove.c (regmove_optimize, [...]): Make them static.
* regmove.c (regmove_optimize, combine_stack_adjustments): Make them static. * rtl.h: Remove the prototypes for regmove_optimize and combine_stack_adjustments. From-SVN: r109875
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 9d8eb36..a27304f 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -2069,10 +2069,6 @@ extern void cannot_change_mode_set_regs (HARD_REG_SET *,
extern bool invalid_mode_change_p (unsigned int, enum reg_class,
enum machine_mode);
-/* In regmove.c */
-extern void regmove_optimize (rtx, int, FILE *);
-extern void combine_stack_adjustments (void);
-
/* In reorg.c */
extern void dbr_schedule (rtx, FILE *);