re PR rtl-optimization/36929 (internal compiler error: Segmentation fault)
authorAndreas Schwab <schwab@gcc.gnu.org>
Wed, 30 Jul 2008 18:22:50 +0000 (18:22 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Wed, 30 Jul 2008 18:22:50 +0000 (18:22 +0000)
commit22129589211764a55ee21f9202ab80b3772817b6
treea911881e679a11ef0a285741dc407eb11e6aa0be
parent2a9cc4de004bb6dbf2cfa89293f83b7feb40cc00
re PR rtl-optimization/36929 (internal compiler error: Segmentation fault)

PR rtl-optimization/36929
* dse.c (replace_inc_dec): Use emit_insn_before instead of
add_insn_before and fix argument order.
(replace_inc_dec_mem): Handle NULL rtx.

From-SVN: r138333
gcc/ChangeLog
gcc/dse.c