]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix IPA-CP topological sorting
authorjamborm <jamborm@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Jun 2019 08:14:09 +0000 (08:14 +0000)
committerjamborm <jamborm@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Jun 2019 08:14:09 +0000 (08:14 +0000)
commite6220aca0e45a2ae59e558bd62fbf7533f2d438e
treeab2339259d4729013254a0ddded77d7aed0a0c1b
parent26fb5106155a47d4bc0f67d6777c5e79e21d7fa2
Fix IPA-CP topological sorting

2019-06-18  Martin Jambor  <mjambor@suse.cz>

PR ipa/90889
* ipa-cp.c (ignore_edge_p): Do not ignore edges when only the
caller does not have flag_ipa_cp set.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@272408 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/ipa-cp.c