On Wed, May 8, 2013 at 8:04 PM, Uros Bizjak wrote:
> We don't have to use emit_move_insn here, the same can be achieved in
> the (post-reload) splitter body:
>
> - [(const_int 0)]
> -{
> - operands[1] = adjust_address (operands[1], SImode, 4);
> - emit_move_insn (operands[0], operands[1]);
> -
Hello!
We don't have to use emit_move_insn here, the same can be achieved in
the (post-reload) splitter body:
- [(const_int 0)]
-{
- operands[1] = adjust_address (operands[1], SImode, 4);
- emit_move_insn (operands[0], operands[1]);
- DONE;
-})
+ [(set (match_dup 0) (match_dup 1))]
+ "opera