Commit e8d8f497 by Jakub Jelinek Committed by Jakub Jelinek

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
parent c6d99cad
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
......
......@@ -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;
......
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