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,6 +2839,7 @@ emit_libcall_block (insns, target, result, equiv) ...@@ -2839,6 +2839,7 @@ emit_libcall_block (insns, target, result, equiv)
remove_note (last, find_reg_note (last, REG_EQUAL, NULL_RTX)); remove_note (last, find_reg_note (last, REG_EQUAL, NULL_RTX));
} }
if (final_dest != target)
emit_move_insn (final_dest, target); emit_move_insn (final_dest, target);
if (prev == 0) if (prev == 0)
......
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