OSDN Git Service

Remove unwanted CYGNUS LOCAL marker.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Feb 1998 21:44:09 +0000 (21:44 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Feb 1998 21:44:09 +0000 (21:44 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18050 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/loop.c

index ac0df87..2a3bcec 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 ();