* ifcvt.c (find_if_case_1): Remove ??? comment.
authorZack Weinberg <zack@codesourcery.com>
Wed, 25 Aug 2004 07:32:52 +0000 (07:32 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Wed, 25 Aug 2004 07:32:52 +0000 (07:32 +0000)
From-SVN: r86539

gcc/ChangeLog
gcc/ifcvt.c

index 12e36f5b370577f6a366918330808afdc2e362ee..0168ed18e0a192a278b75d26f7910bf03639ee76 100644 (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>
 
index 1af042708e2531a75d570868b2d19c3a106a09ba..2711f1b516d4cc928573bdd0e7e0ea75404482fe 100644 (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