* bb-reorder.c (find_traces_1_round): Fix comment typo.
From-SVN: r63156
This commit is contained in:
parent
bb7dd383f0
commit
c8717368a7
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user