reload.c (find_reloads): Force reload for pseudo registers on big endian machines.
* reload.c (find_reloads): Force reload for pseudo registers on big endian machines. From-SVN: r83014
This commit is contained in:
parent
7e6eb623f9
commit
b605eb59fc
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-06-12 Peter Jakubek <peter@laseranimation.com>
|
||||
|
||||
* reload.c (find_reloads): Force reload for pseudo registers on big
|
||||
endian machines.
|
||||
|
||||
2004-06-11 Steven Bosscher <stevenb@suse.de>
|
||||
|
||||
* tree-ssa-dce.c (mark_control_dependent_edges_necessary):
|
||||
|
|
|
@ -2963,7 +2963,7 @@ find_reloads (rtx insn, int replace, int ind_levels, int live_known,
|
|||
< BIGGEST_ALIGNMENT)
|
||||
&& (GET_MODE_SIZE (operand_mode[i])
|
||||
> GET_MODE_SIZE (GET_MODE (operand))))
|
||||
|| (GET_CODE (operand) == MEM && BYTES_BIG_ENDIAN)
|
||||
|| BYTES_BIG_ENDIAN
|
||||
#ifdef LOAD_EXTEND_OP
|
||||
|| (GET_MODE_SIZE (operand_mode[i]) <= UNITS_PER_WORD
|
||||
&& (GET_MODE_SIZE (GET_MODE (operand))
|
||||
|
|
Loading…
Add table
Reference in a new issue