* ifcvt.c (find_if_case_1): Remove ??? comment.

From-SVN: r86539
This commit is contained in:
Zack Weinberg 2004-08-25 07:32:52 +00:00 committed by Zack Weinberg
parent 6154f4fd0e
commit 69b9b0d2c3
2 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,7 @@
* basic-block.h (BB_SET_PARTITION): Clear old value first.
* cfg.c (clear_bb_flags): Don't clear partition setting.
* ifcvt.c (find_if_case_1): Remove ??? comment.
2004-08-25 Alan Modra <amodra@bigpond.net.au>

View File

@ -2909,7 +2909,6 @@ find_if_case_1 (basic_block test_bb, edge then_edge, edge else_edge)
{
new_bb->index = then_bb_index;
BASIC_BLOCK (then_bb_index) = new_bb;
/* ??? Should be then_bb? */
BB_COPY_PARTITION (new_bb, test_bb);
}
/* We've possibly created jump to next insn, cleanup_cfg will solve that