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

From-SVN: r36468
This commit is contained in:
Bernd Schmidt 2000-09-17 11:32:14 +00:00
parent fc928afe68
commit e85427f984

View File

@ -2839,7 +2839,8 @@ 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));
} }
emit_move_insn (final_dest, target); if (final_dest != target)
emit_move_insn (final_dest, target);
if (prev == 0) if (prev == 0)
first = get_insns (); first = get_insns ();