* bb-reorder.c (find_traces_1_round): Fix comment typo.
authorJosef Zlomek <zlomekj@suse.cz>
Thu, 20 Feb 2003 08:44:08 +0000 (09:44 +0100)
committerJosef Zlomek <zlomek@gcc.gnu.org>
Thu, 20 Feb 2003 08:44:08 +0000 (08:44 +0000)
From-SVN: r63156

gcc/ChangeLog
gcc/bb-reorder.c

index da21d117faee17aedb017f9d0d80a42e3d2922c3..c20a009a7bce2652ca59ab7890f220742d7e837b 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-20  Josef Zlomek  <zlomekj@suse.cz>
+
+       * bb-reorder.c (find_traces_1_round): Fix comment typo.
+
 2003-02-19  Roger Sayle  <roger@eyesopen.com>
 
        * fold-const.c (fold_real_zero_addition_p): Don't fold a zero
index f89900d470b12e2e95b1771b1d8bccc7726c0cc1..312021bd59de31dcdb18c6b9de458f6a847e853c 100644 (file)
@@ -456,7 +456,7 @@ find_traces_1_round (branch_th, exec_th, count_th, traces, n_traces, round,
                }
            }
 
-         /* If the best destination has multiple precessesors, and can be
+         /* 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