]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR tree-optimization/65917
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 8 Feb 2016 08:17:32 +0000 (08:17 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 8 Feb 2016 08:17:32 +0000 (08:17 +0000)
commit07c0f1caa31079d8f4edd7ff4a06656e2a4441c5
treea0b8a7032a204ba54d4ba93707fd009cc159e7f2
parent28b60b095021679b39e31c62c09190f904c31b62
PR tree-optimization/65917
* tree-ssa-dom.c (record_temporary_equivalences): Record both
equivalences from if (x == y) style conditionals.
(loop_depth_of_name): Remove.
(record_equality): Remove loop depth check.
* tree-ssa-scopedtables.h (const_and_copies): Refine comments.
(const_and_copies::record_const_or_copy_raw): New member function.
* tree-ssa-scopedtables.c
(const_and_copies::record_const_or_copy_raw): New, factored out of
(const_and_copies::record_const_or_copy): Call new member function.

        PR tree-optimization/65917
* gcc.dg/tree-ssa/20030922-2.c: No longer xfailed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233207 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/20030922-2.c
gcc/tree-ssa-dom.c
gcc/tree-ssa-scopedtables.c
gcc/tree-ssa-scopedtables.h