Fix problem with last checkin - applied a slightly earlier version than what was approved
From-SVN: r36468
This commit is contained in:
parent
fc928afe68
commit
e85427f984
@ -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 ();
|
||||||
|
Loading…
Reference in New Issue
Block a user