2010-03-19 Richard Guenther <rguenther@suse.de>
commit2ef0cdeda5218e124dc082e3a7c8b4cc7826c1dc
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Mar 2010 10:18:25 +0000 (19 10:18 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Mar 2010 10:18:25 +0000 (19 10:18 +0000)
treef4799da08f52a4ecbd0aef198ff7180baeea866f
parente1fb042d4180e312d2ff80f6386d9c9ec78aa2ec
2010-03-19  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/43415
* tree-ssa-pre.c (phi_translate): Split out worker to ...
(phi_translate_1): ... this.
(phi_translate): Move all caching here.  Cache all NARY
and REFERENCE translations.

* gcc.c-torture/compile/pr43415.c: New testcase.

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