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
This commit is contained in:
Jeffrey A Law 2001-11-08 23:23:29 +00:00 committed by Jeff Law
parent 89753b3a90
commit 99a2782c86
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
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>
* cfgrtl.c (purge_dead_edges): Remove REG_EH_REGION note for insns

View File

@ -1634,7 +1634,7 @@ emit_move_sequence (operands, mode, scratch_reg)
emit_insn (gen_zero_extendsidi2 (operands[0],
gen_rtx_SUBREG (SImode,
operands[0],
0)));
4)));
}
return 1;