PR bootstrap/44255
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 May 2010 22:08:41 +0000 (22:08 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 May 2010 22:08:41 +0000 (22:08 +0000)
commit547a09b3eee8d0b6b6c604ee52cd0754915e0d4c
tree59406d9e109638aa1e6297ea4de9539e8753b7b1
parent0cd4f29fb6d3a3f76abc6103239fc8c8a5788ed0
PR bootstrap/44255
* combine.c (struct rtx_subst_pair): Define unconditionally.
(propagate_for_debug_subst): Likewise.  If not AUTO_INC_DEC,
copy_rtx pair->to instead of cleanup_auto_inc_dec it.
Call make_compound_operation on pair->to.
(propagate_for_debug): Don't call make_compound_operation here.
Always use simplify_replace_fn_rtx.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159952 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/combine.c