Commit f6041ed8 by Richard Kenner Committed by Richard Kenner

* emit-rtl.c (offset_address): Call update_temp_slot_address.

From-SVN: r50223
parent fcab624b
Sat Mar 2 06:30:14 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* emit-rtl.c (offset_address): Call update_temp_slot_address.
2002-03-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Makefile.in (CRTSTUFF_CFLAGS): Add -fno-zero-initialized-in-bss.
......
......@@ -2066,6 +2066,7 @@ offset_address (memref, offset, pow2)
new = simplify_gen_binary (PLUS, Pmode, addr, offset);
}
update_temp_slot_address (XEXP (memref, 0), new);
new = change_address_1 (memref, VOIDmode, new, 1);
/* Update the alignment to reflect the offset. Reset the offset, which
......
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