re PR rtl-optimization/41511 (combine behaves differently with/without -g)
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 5 Oct 2009 17:48:09 +0000 (17:48 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 5 Oct 2009 17:48:09 +0000 (17:48 +0000)
commit9baea66c9414e6fef0587cd47c80d858c31dbc5c
tree4b4f102b554c227bdf564242638a20d03b2008d9
parent2bd1d2c8d2d026168111295dc53d604856b74deb
re PR rtl-optimization/41511 (combine behaves differently with/without -g)

PR rtl-optimization/41511
* combine.c (record_value_for_reg): Pass explicit values as argument
to get_last_value_validate.
(get_last_value_validate): Document INSN parameter.
For non-readonly MEMs, assume they might have been modified if INSN
was in another basic block.
(get_last_value): Minor reformatting.

Co-Authored-By: Jakub Jelinek <jakub@redhat.com>
From-SVN: r152459
gcc/ChangeLog
gcc/combine.c