Commit 72403582 by Richard Kenner Committed by Richard Kenner

integrate.c (copy_rtx_and_substitute, case CALL): Fix error in last change.

	* integrate.c (copy_rtx_and_substitute, case CALL): Fix error in last
	change.

From-SVN: r46471
parent 5a6943c7
Wed Oct 24 15:35:38 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* integrate.c (copy_rtx_and_substitute, case CALL): Fix error in last
change.
Wed Oct 24 13:26:12 2001 Jeffrey A Law (law@cygnus.com) Wed Oct 24 13:26:12 2001 Jeffrey A Law (law@cygnus.com)
* h8300.h (RETURN_ADDR_RTX): Remove old, incorrect definition. * h8300.h (RETURN_ADDR_RTX): Remove old, incorrect definition.
......
...@@ -2190,7 +2190,7 @@ copy_rtx_and_substitute (orig, map, for_lhs) ...@@ -2190,7 +2190,7 @@ copy_rtx_and_substitute (orig, map, for_lhs)
copy_rtx_and_substitute (XEXP (XEXP (orig, 0), 0), copy_rtx_and_substitute (XEXP (XEXP (orig, 0), 0),
map, 0)); map, 0));
MEM_COPY_ATTRIBUTES (copy, orig); MEM_COPY_ATTRIBUTES (copy, XEXP (orig, 0));
return return
gen_rtx_CALL (GET_MODE (orig), copy, gen_rtx_CALL (GET_MODE (orig), copy,
......
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