On 02/14/2014 06:41 AM, Kai Tietz wrote:
> + else
> + {
> + t = plus_constant (Pmode, eax, UNITS_PER_WORD);
> + emit_move_insn (eax, t);
> + t = gen_rtx_PLUS (Pmode, stack_pointer_rtx, eax);
> + }Uros is right that you don't need the move here: 8(rsp,rax) is a perfectly fine address. r~
