Commit 99a2782c by Jeffrey A Law Committed by Jeff Law

pa.c (emit_move_sequence): Fix SUBREG expression to use proper byte offset when...

        * pa.c (emit_move_sequence): Fix SUBREG expression to
        use proper byte offset when extending a constant from
        SImode to DImode.

From-SVN: r46864
parent 89753b3a
Thu Nov 8 16:23:51 2001 Jeffrey A Law (law@cygnus.com)
* pa.c (emit_move_sequence): Fix SUBREG expression to
use proper byte offset when extending a constant from
SImode to DImode.
2001-11-09 Jakub Jelinek <jakub@redhat.com> 2001-11-09 Jakub Jelinek <jakub@redhat.com>
* cfgrtl.c (purge_dead_edges): Remove REG_EH_REGION note for insns * cfgrtl.c (purge_dead_edges): Remove REG_EH_REGION note for insns
......
...@@ -1634,7 +1634,7 @@ emit_move_sequence (operands, mode, scratch_reg) ...@@ -1634,7 +1634,7 @@ emit_move_sequence (operands, mode, scratch_reg)
emit_insn (gen_zero_extendsidi2 (operands[0], emit_insn (gen_zero_extendsidi2 (operands[0],
gen_rtx_SUBREG (SImode, gen_rtx_SUBREG (SImode,
operands[0], operands[0],
0))); 4)));
} }
return 1; return 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment