2014-12-18 Vladimir Makarov <vmakarov@redhat.com>
* lra-constraints.c (lra-constraints.c): Exchange places of sclass
and dclass.
From-SVN: r218875
+2014-12-18 Vladimir Makarov <vmakarov@redhat.com>
+
+ * lra-constraints.c (lra-constraints.c): Exchange places of sclass
+ and dclass.
+
2014-12-18 Vladimir Makarov <vmakarov@redhat.com>
PR rtl-optimization/64291
&& (sclass = get_op_class (src)) != NO_REGS
/* The backend guarantees that register moves of cost 2
never need reloads. */
- && targetm.register_move_cost (GET_MODE (src), dclass, sclass) == 2);
+ && targetm.register_move_cost (GET_MODE (src), sclass, dclass) == 2);
}
/* Swap operands NOP and NOP + 1. */