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]
Other format: [Raw text]

typo fix applied


Commited under the 'obvious fix' rule.

2004-06-15  J"orn Rennecke <joern.rennecke@superh.com>

	* combine.c (distribute_notes): Comment typo fix.

Index: combine.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/combine.c,v
retrieving revision 1.432
diff -p -r1.432 combine.c
*** combine.c	5 Jun 2004 07:59:39 -0000	1.432
--- combine.c	15 Jun 2004 15:52:56 -0000
*************** distribute_notes (rtx notes, rtx from_in
*** 11948,11954 ****
  
  	  /* If the register is set or already dead at PLACE, we needn't do
  	     anything with this note if it is still a REG_DEAD note.
! 	     We can here if it is set at all, not if is it totally replace,
  	     which is what `dead_or_set_p' checks, so also check for it being
  	     set partially.  */
  
--- 11948,11954 ----
  
  	  /* If the register is set or already dead at PLACE, we needn't do
  	     anything with this note if it is still a REG_DEAD note.
! 	     We check here if it is set at all, not if is it totally replaced,
  	     which is what `dead_or_set_p' checks, so also check for it being
  	     set partially.  */
  


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