This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Fix erorr in my change to integrate.c
- To: gcc-patches at gcc dot gnu dot org
- Subject: Fix erorr in my change to integrate.c
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Date: Wed, 24 Oct 01 15:43:55 EDT
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.
*** integrate.c 2001/10/23 18:51:06 1.173
--- integrate.c 2001/10/24 19:28:21
*************** copy_rtx_and_substitute (orig, map, for_
*** 2191,2195 ****
map, 0));
! MEM_COPY_ATTRIBUTES (copy, orig);
return
--- 2191,2195 ----
map, 0));
! MEM_COPY_ATTRIBUTES (copy, XEXP (orig, 0));
return