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]

Fix comment typo in bb-reorder.c


Hi,

this patch fixes a comment typo in bb-reorder.c

I'm checking it in as obvoius.

Josef

2003-02-20  Josef Zlomek  <zlomekj at suse dot cz>

	* bb-reorder.c (): Fix comment typo.

Index: bb-reorder.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/bb-reorder.c,v
retrieving revision 1.55
diff -c -3 -p -r1.55 bb-reorder.c
*** bb-reorder.c	19 Feb 2003 18:12:54 -0000	1.55
--- bb-reorder.c	20 Feb 2003 08:37:31 -0000
*************** find_traces_1_round (branch_th, exec_th,
*** 456,462 ****
  		}
  	    }
  
! 	  /* If the best destination has multiple precessesors, and can be
  	     duplicated cheaper than a jump, don't allow it to be added
  	     to a trace.  We'll duplicate it when connecting traces.  */
  	  if (best_edge && best_edge->dest->pred->pred_next
--- 456,462 ----
  		}
  	    }
  
! 	  /* If the best destination has multiple predecessors, and can be
  	     duplicated cheaper than a jump, don't allow it to be added
  	     to a trace.  We'll duplicate it when connecting traces.  */
  	  if (best_edge && best_edge->dest->pred->pred_next


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