* postreload.c (reload_cse_simplify): Remove dead code.

From-SVN: r233034
This commit is contained in:
Eric Botcazou 2016-02-01 11:04:22 +00:00 committed by Eric Botcazou
parent 654745e6f9
commit 04bd58cf16
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2016-02-01 Eric Botcazou <ebotcazou@adacore.com>
* postreload.c (reload_cse_simplify): Remove dead code.
2016-02-01 Jakub Jelinek <jakub@redhat.com>
PR rtl-optimization/69570

View File

@ -106,10 +106,6 @@ reload_cse_simplify (rtx_insn *insn, rtx testreg)
if (!count && reload_cse_noop_set_p (body))
{
rtx value = SET_DEST (body);
if (REG_P (value)
&& ! REG_FUNCTION_VALUE_P (value))
value = 0;
if (check_for_inc_dec (insn))
delete_insn_and_edges (insn);
/* We're done with this insn. */