]> gcc.gnu.org Git - gcc.git/commit
re PR rtl-optimization/33638 (wrong code with -O2 -fforce-addr)
authorEric Botcazou <ebotcazou@libertysurf.fr>
Thu, 11 Oct 2007 05:33:04 +0000 (07:33 +0200)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 11 Oct 2007 05:33:04 +0000 (05:33 +0000)
commit50f0f3665baa3d351d1c15d62a5a93e56d3d3d7e
tree1ed6ded3e952f7e288d76e23fa06d79039ee252f
parente494bf2c832da84c84df0f5a13ce0880c3c985ec
re PR rtl-optimization/33638 (wrong code with -O2 -fforce-addr)

PR rtl-optimization/33638
* dse.c (struct insn_info): Remove 'stack_read' field,
add 'stack_pointer_based' field.
(record_store): For a store with non-constant base, record
whether it is stack pointer based.
(scan_insn): For the call to a const function, remove stack
pointer based stores from the list of local active stores.
(scan_reads_nospill): Delete code dealing with const functions.

From-SVN: r129226
gcc/ChangeLog
gcc/dse.c
This page took 0.065341 seconds and 5 git commands to generate.