s390.c (s390_delegitimize_address): Call delegitimize_mem_from_attrs.

* config/s390/s390.c (s390_delegitimize_address): Call
	delegitimize_mem_from_attrs.

From-SVN: r156288
This commit is contained in:
Jakub Jelinek 2010-01-27 16:12:55 +01:00 committed by Jakub Jelinek
parent c6d99cad12
commit e8d8f497d1
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2010-01-27 Jakub Jelinek <jakub@redhat.com>
* config/s390/s390.c (s390_delegitimize_address): Call
delegitimize_mem_from_attrs.
PR middle-end/42874
* tree-inline.c (cannot_copy_type_1): Removed.
(copy_forbidden): Don't forbid copying of functions containing

View File

@ -4762,8 +4762,10 @@ s390_mangle_type (const_tree type)
static rtx
s390_delegitimize_address (rtx orig_x)
{
rtx x = orig_x, y;
rtx x, y;
orig_x = delegitimize_mem_from_attrs (orig_x);
x = orig_x;
if (GET_CODE (x) != MEM)
return orig_x;