2004-04-18 Paolo Bonzini <bonzini@gnu.org>
* config/c4x/c4x.c (legitimize_operands): Remove calls to
preserve_subexpressions_p.
From-SVN: r86175
+2004-08-18 Paolo Bonzini <bonzini@gnu.org>
+
+ * c4x.c (legitimize_operands): Remove calls to
+ preserve_subexpressions_p.
+
2004-08-18 David Edelsohn <edelsohn@gnu.org>
* varasm.c (MAX_OFILE_ALIGNMENT): Move ...
&& TARGET_HOIST
&& optimize > 0
&& GET_CODE (operands[1]) == CONST_INT
- && preserve_subexpressions_p ()
&& rtx_cost (operands[1], code) > 1)
operands[1] = force_reg (mode, operands[1]);
&& TARGET_HOIST
&& optimize > 1
&& GET_CODE (operands[2]) == CONST_INT
- && preserve_subexpressions_p ()
&& rtx_cost (operands[2], code) > 1)
operands[2] = force_reg (mode, operands[2]);