aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2012-05-31 05:29:47 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2012-05-31 05:29:47 +0000
commite80ccebcd8ce3ff4c70c6ab1ece702fb8c05e650 (patch)
tree243e533413d830b4129023fa294344aacd454c3b /gcc/rtl.h
parentbac1c6a4f9c836cb7fe0a8b3faad9bcafbf0d6ba (diff)
downloadgcc-e80ccebcd8ce3ff4c70c6ab1ece702fb8c05e650.zip
gcc-e80ccebcd8ce3ff4c70c6ab1ece702fb8c05e650.tar.gz
gcc-e80ccebcd8ce3ff4c70c6ab1ece702fb8c05e650.tar.bz2
regs.h (move_table, [...]): Move these definitions and associated target_globals fields to...
gcc/ * regs.h (move_table, move_cost, may_move_in_cost, may_move_out_cost): Move these definitions and associated target_globals fields to... * ira-int.h: ...here. * rtl.h (init_move_cost): Delete. * reginfo.c (last_mode_for_init_move_cost, init_move_cost): Move to... * ira.c: ...here, making the latter static. From-SVN: r188043
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index ae5157e..1d71971 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -2044,8 +2044,6 @@ extern rtx remove_free_EXPR_LIST_node (rtx *);
/* reginfo.c */
-/* Initialize may_move_cost and friends for mode M. */
-extern void init_move_cost (enum machine_mode);
/* Resize reg info. */
extern bool resize_reg_info (void);
/* Free up register info memory. */