Remove unwanted CYGNUS LOCAL marker.
authorJeff Law <law@gcc.gnu.org>
Tue, 17 Feb 1998 21:44:09 +0000 (14:44 -0700)
committerJeff Law <law@gcc.gnu.org>
Tue, 17 Feb 1998 21:44:09 +0000 (14:44 -0700)
From-SVN: r18050

gcc/loop.c

index ac0df8796ac98030ad63917ab0a27a34c37eceef..2a3bcec2c5f63ac1220d8d7519bb0f292b11b1e6 100644 (file)
@@ -7569,7 +7569,6 @@ insert_bct (loop_start, loop_end)
     /* compute the number of iterations */
     start_sequence ();
     {
-      /* CYGNUS LOCAL: HAIFA bug fix */
       rtx temp_reg;
 
       /* Again, the number of iterations is calculated by:
@@ -7611,7 +7610,6 @@ insert_bct (loop_start, loop_end)
        }
       else
        iterations_num_reg = temp_reg;
-      /* END CYGNUS LOCAL: HAIFA bug fix */
     }
     sequence = gen_sequence ();
     end_sequence ();