gcc/
* config/mips/mips.c (mips_move_to_gpr_cost): Add M16_REGS case.
(mips_move_from_gpr_cost): Likewise.
From-SVN: r206907
+2014-01-21 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/mips/mips.c (mips_move_to_gpr_cost): Add M16_REGS case.
+ (mips_move_from_gpr_cost): Likewise.
+
2014-01-21 Vladimir Makarov <vmakarov@redhat.com>
PR rtl-optimization/59858
{
switch (from)
{
+ case M16_REGS:
case GENERAL_REGS:
/* A MIPS16 MOVE instruction, or a non-MIPS16 MOVE macro. */
return 2;
{
switch (to)
{
+ case M16_REGS:
case GENERAL_REGS:
/* A MIPS16 MOVE instruction, or a non-MIPS16 MOVE macro. */
return 2;