summaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-18 06:40:08 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-18 06:40:08 +0000
commit5327eac62ee2f5964075ee9ebac95505ca91f4cf (patch)
tree3889ee44587a725e0d6e3a21726a4773d9cc52a2 /gcc/rtl.h
parentb3cb2b8996a8930d3ce117cefbab670bbc112375 (diff)
downloadgcc-5327eac62ee2f5964075ee9ebac95505ca91f4cf.tar.gz
* regmove.c (regmove_optimize, combine_stack_adjustments):
Make them static. * rtl.h: Remove the prototypes for regmove_optimize and combine_stack_adjustments. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109875 138bc75d-0d04-0410-961f-82ee72b054a4
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 9d8eb365741..a27304fbb14 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 *);