From: Josef Zlomek Date: Thu, 20 Feb 2003 08:44:08 +0000 (+0100) Subject: * bb-reorder.c (find_traces_1_round): Fix comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c8717368a7aab2e7ba392a9ff6863ab5da1e2a76;p=gcc.git * bb-reorder.c (find_traces_1_round): Fix comment typo. From-SVN: r63156 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index da21d117fae..c20a009a7bc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-02-20 Josef Zlomek + + * bb-reorder.c (find_traces_1_round): Fix comment typo. + 2003-02-19 Roger Sayle * fold-const.c (fold_real_zero_addition_p): Don't fold a zero diff --git a/gcc/bb-reorder.c b/gcc/bb-reorder.c index f89900d470b..312021bd59d 100644 --- a/gcc/bb-reorder.c +++ b/gcc/bb-reorder.c @@ -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