Commit c8717368 by Josef Zlomek Committed by Josef Zlomek

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

From-SVN: r63156
parent bb7dd383
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment