This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Fix erorr in my change to integrate.c


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]