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
This commit is contained in:
parent
5a6943c725
commit
724035826b
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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)
|
||||
|
||||
* h8300.h (RETURN_ADDR_RTX): Remove old, incorrect definition.
|
||||
|
|
|
@ -2190,7 +2190,7 @@ copy_rtx_and_substitute (orig, map, for_lhs)
|
|||
copy_rtx_and_substitute (XEXP (XEXP (orig, 0), 0),
|
||||
map, 0));
|
||||
|
||||
MEM_COPY_ATTRIBUTES (copy, orig);
|
||||
MEM_COPY_ATTRIBUTES (copy, XEXP (orig, 0));
|
||||
|
||||
return
|
||||
gen_rtx_CALL (GET_MODE (orig), copy,
|
||||
|
|
Loading…
Add table
Reference in a new issue