one more basic-block-partitioning tweak

Zack Weinberg zack@codesourcery.com
Wed Aug 25 07:56:00 GMT 2004


Caroline pointed out what was really going on here.

zw

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

===================================================================
Index: ifcvt.c
--- ifcvt.c	24 Aug 2004 16:46:31 -0000	1.161
+++ ifcvt.c	25 Aug 2004 07:32:11 -0000
@@ -2909,7 +2909,6 @@ find_if_case_1 (basic_block test_bb, edg
     {
       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



More information about the Gcc-patches mailing list