On 07/01/2009 02:02 PM, Jean Christophe Beyler wrote:
             ((reload_in_progress | reload_completed) == 0&&
             MEM_P (op0)&&  !REG_P (op1)))
     {
         op1 = force_reg (GET_MODE (op0), op1);
         emit_move_insn (op0, op1);
         return 1;

I wouldn't think you'd actually need these reload checks.
At least some other ports I glanced at don't need them.


r~

Reply via email to