Commit e85427f9 by Bernd Schmidt

Fix problem with last checkin - applied a slightly earlier version than what was approved

From-SVN: r36468
parent fc928afe
......@@ -2839,7 +2839,8 @@ emit_libcall_block (insns, target, result, equiv)
remove_note (last, find_reg_note (last, REG_EQUAL, NULL_RTX));
}
emit_move_insn (final_dest, target);
if (final_dest != target)
emit_move_insn (final_dest, target);
if (prev == 0)
first = get_insns ();
......
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