Commit d05f3564 by Ulrich Weigand Committed by Ulrich Weigand

emit-rtl.c (set_mem_attributes_minus_bitpos): Restore setting memory address…

emit-rtl.c (set_mem_attributes_minus_bitpos): Restore setting memory address space to the type's address space.

	* emit-rtl.c (set_mem_attributes_minus_bitpos): Restore setting
	memory address space to the type's address space.

From-SVN: r176528
parent 8c352fa8
2011-07-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
* emit-rtl.c (set_mem_attributes_minus_bitpos): Restore setting
memory address space to the type's address space.
2011-07-20 Georg-Johann Lay <avr@gjlay.de>
PR target/36467
......
......@@ -1845,6 +1845,7 @@ set_mem_attributes_minus_bitpos (rtx ref, tree t, int objectp,
}
/* Now set the attributes we computed above. */
attrs.addrspace = TYPE_ADDR_SPACE (type);
set_mem_attrs (ref, &attrs);
/* If this is already known to be a scalar or aggregate, we are done. */
......
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