* tree-ssa-tail-merge.c (same_succ_hash): Hash the static chain of a
commit4be182b923d4c72db0b6dcade8e617fbe95c22b6
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 7 Jun 2014 11:59:18 +0000 (7 11:59 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 7 Jun 2014 11:59:18 +0000 (7 11:59 +0000)
treeaad08d05304a8159d0d41e15ffb5048e7c480502
parent3a99d0de3ffe1b56e2e55a30ae82e564ba29abdf
* tree-ssa-tail-merge.c (same_succ_hash): Hash the static chain of a
call statement, if any.
(gimple_equal_p) <GIMPLE_CALL>: Compare the static chain of the call
statements, if any.  Tidy up.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@211342 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/opt38.adb [new file with mode: 0644]
gcc/testsuite/gnat.dg/opt38_pkg.adb [new file with mode: 0644]
gcc/testsuite/gnat.dg/opt38_pkg.ads [new file with mode: 0644]
gcc/tree-ssa-tail-merge.c