revert: dce.c (deletable_insn_p_1): New function, split out from...
commita4fbe84bd2ae7c5cacbada14abe4d3b9a7bbe6d0
authorRichard Sandiford <richard@codesourcery.com>
Sat, 30 Jun 2007 12:23:18 +0000 (30 12:23 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sat, 30 Jun 2007 12:23:18 +0000 (30 12:23 +0000)
treec8758fc6c93ba74b915a04708fec331c7154a6d6
parent9d35384d74fb0f8b0f8a25b6d44342d5991455ee
revert: dce.c (deletable_insn_p_1): New function, split out from...

gcc/
Revert:

2007-06-27  Richard Sandiford  <richard@codesourcery.com>

* dce.c (deletable_insn_p_1): New function, split out from...
(deletable_insn_p): ...here.  Only treat bare USEs and CLOBBERs
specially, not those inside PARALLELs.  Remove BODY argument
and adjust recursive call accordingly.
(prescan_insns_for_dce): Update call to delete_insn_p.

From-SVN: r126143
gcc/ChangeLog
gcc/dce.c