gimple-iterator.c (gsi_remove): Return whether EH edges need to be cleanup.
authorRichard Guenther <rguenther@suse.de>
Thu, 5 Apr 2012 09:43:48 +0000 (09:43 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 5 Apr 2012 09:43:48 +0000 (09:43 +0000)
commitb5b3ec3e6ebe5b7a07654d94f53f97b0a8cca050
tree6258ff245914afce423859c9d6e66227cf605076
parent4e48b6f14dd57f48d042ebc3a47529963da69fdf
gimple-iterator.c (gsi_remove): Return whether EH edges need to be cleanup.

2012-04-05  Richard Guenther  <rguenther@suse.de>

* gimple-iterator.c (gsi_remove): Return whether EH edges need to be
cleanup.
* gimple.h (gsi_remove): Adjust.
* tree-ssa-operands.c (unlink_stmt_vdef): Optimize.
* tree-ssa-dom.c (optimize_stmt): Use gsi_remove result.
* tree-ssa-dse.c (dse_optimize_stmt): Likewise.
* tree-ssa-forwprop.c (remove_prop_source_from_use): Likewise.
* tree-ssa-math-opts.c (execute_optimize_widening_mul): Likewise.
* tree-ssa-pre.c (eliminate): Likewise.

From-SVN: r186159
gcc/ChangeLog
gcc/gimple-iterator.c
gcc/gimple.h
gcc/tree-ssa-dom.c
gcc/tree-ssa-dse.c
gcc/tree-ssa-forwprop.c
gcc/tree-ssa-math-opts.c
gcc/tree-ssa-operands.c
gcc/tree-ssa-pre.c