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:
parent
89753b3a90
commit
99a2782c86
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user