2010-10-20 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Oct 2010 11:09:54 +0000 (11:09 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Oct 2010 11:09:54 +0000 (11:09 +0000)
commit3211fa0aac7a557f2fa98b17e52b25896b30b523
tree787b901537ce872da945a332f8791b8d5726a19e
parent85cea2e300bb24c3736eb946ae0af0fb711705f3
2010-10-20  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/45860
* tree-ssa-phiopt.c (cond_store_replacement): Do not do
conditional store replacement for non-register type stores.

* gcc.dg/torture/pr45860.c: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165718 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr45860.c [new file with mode: 0644]
gcc/tree-ssa-phiopt.c