]> git.ipfire.org Git - thirdparty/gcc.git/commit
[PATCH] Fix thinko in estimate_local_effects in IPA-CP
authorjamborm <jamborm@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 Aug 2018 12:14:37 +0000 (12:14 +0000)
committerjamborm <jamborm@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 Aug 2018 12:14:37 +0000 (12:14 +0000)
commitc23a4d0d5a624b1780fb45e4fc132bcbe635e535
treed5da3d92b894d9800d50c087e5adfe092f07dc9e
parentb1e09b9a11b2d49ddc8b303d75500476f4a729d0
[PATCH] Fix thinko in estimate_local_effects in IPA-CP

2018-08-31  Martin Jambor  <mjambor@suse.cz>

* ipa-cp.c (estimate_local_effects): Replace wrong MAX with MIN.

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