Commit 979c1a17 by Jeff Law

Remove unwanted CYGNUS LOCAL marker.

From-SVN: r18050
parent 8e85ff2c
...@@ -7569,7 +7569,6 @@ insert_bct (loop_start, loop_end) ...@@ -7569,7 +7569,6 @@ insert_bct (loop_start, loop_end)
/* compute the number of iterations */ /* compute the number of iterations */
start_sequence (); start_sequence ();
{ {
/* CYGNUS LOCAL: HAIFA bug fix */
rtx temp_reg; rtx temp_reg;
/* Again, the number of iterations is calculated by: /* Again, the number of iterations is calculated by:
...@@ -7611,7 +7610,6 @@ insert_bct (loop_start, loop_end) ...@@ -7611,7 +7610,6 @@ insert_bct (loop_start, loop_end)
} }
else else
iterations_num_reg = temp_reg; iterations_num_reg = temp_reg;
/* END CYGNUS LOCAL: HAIFA bug fix */
} }
sequence = gen_sequence (); sequence = gen_sequence ();
end_sequence (); end_sequence ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment