Commit ed64a4e7 by Jan Hubicka

Revert accidental commit.

From-SVN: r240369
parent d6da226a
......@@ -783,7 +783,6 @@ copyprop_hardreg_forward_1 (basic_block bb, struct value_data *vd)
if (rtx_equal_p (r1 ? r1 : SET_DEST (set), r2 ? r2 : SET_SRC (set)))
{
bool last = insn == BB_END (bb);
fprintf (stderr, "Bingo\n");
delete_insn (insn);
if (last)
break;
......
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