Revert accidental commit.

From-SVN: r240369
This commit is contained in:
Jan Hubicka 2016-09-22 15:20:43 +00:00
parent d6da226a1e
commit ed64a4e75f
1 changed files with 0 additions and 1 deletions

View File

@ -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;