mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-24 17:25:59 +08:00
* postreload.c (reload_cse_simplify): Remove dead code.
From-SVN: r233034
This commit is contained in:
parent
654745e6f9
commit
04bd58cf16
@ -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
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user