OSDN Git Service

2010-03-19 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Mar 2010 10:18:25 +0000 (10:18 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 05:13:29 +0000 (14:13 +0900)
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

index 698de19..4e5dbd8 100644 (file)
@@ -1,3 +1,11 @@
+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.
+
 2010-03-19  David S. Miller  <davem@davemloft.net>
 
        With help from Eric Botcazou.
index 7e8e021..ece15eb 100644 (file)
@@ -1,3 +1,8 @@
+2010-03-19  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/43415
+       * gcc.c-torture/compile/pr43415.c: New testcase.
+
 2010-03-19  Eric Botcazou  <ebotcazou@adacore.com>
 
        PR ada/43106