aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips/mips-protos.h
diff options
context:
space:
mode:
authorMatthew Fortune <matthew.fortune@imgtec.com>2014-06-17 12:46:47 +0000
committerMatthew Fortune <mpf@gcc.gnu.org>2014-06-17 12:46:47 +0000
commite58b74ea3d6f27dc6e3f2022f12d1711a94f5a07 (patch)
tree3b39ade88509662eb719320536c27d29db8d508d /gcc/config/mips/mips-protos.h
parent9e4f27ef877c5a2cc8bfa2a2c6983a36bd15b7ea (diff)
downloadgcc-e58b74ea3d6f27dc6e3f2022f12d1711a94f5a07.zip
gcc-e58b74ea3d6f27dc6e3f2022f12d1711a94f5a07.tar.gz
gcc-e58b74ea3d6f27dc6e3f2022f12d1711a94f5a07.tar.bz2
Clean up ST_REGS handling in the MIPS backend.
gcc/ * config/mips/mips-protos.h (mips_expand_fcc_reload): Remove. * config/mips/mips.c (mips_expand_fcc_reload): Remove. (mips_move_to_gpr_cost): Remove ST_REGS case. (mips_move_from_gpr_cost): Likewise. (mips_register_move_cost): Likewise. (mips_secondary_reload_class): Likewise. From-SVN: r211737
Diffstat (limited to 'gcc/config/mips/mips-protos.h')
-rw-r--r--gcc/config/mips/mips-protos.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/mips/mips-protos.h b/gcc/config/mips/mips-protos.h
index 0b8125a..0b32a70 100644
--- a/gcc/config/mips/mips-protos.h
+++ b/gcc/config/mips/mips-protos.h
@@ -232,7 +232,6 @@ extern bool mips_use_pic_fn_addr_reg_p (const_rtx);
extern rtx mips_expand_call (enum mips_call_type, rtx, rtx, rtx, rtx, bool);
extern void mips_split_call (rtx, rtx);
extern bool mips_get_pic_call_symbol (rtx *, int);
-extern void mips_expand_fcc_reload (rtx, rtx, rtx);
extern void mips_set_return_address (rtx, rtx);
extern bool mips_move_by_pieces_p (unsigned HOST_WIDE_INT, unsigned int);
extern bool mips_store_by_pieces_p (unsigned HOST_WIDE_INT, unsigned int);