[PATCH] Fix thinko in estimate_local_effects in IPA-CP
authorMartin Jambor <mjambor@suse.cz>
Fri, 31 Aug 2018 12:14:37 +0000 (14:14 +0200)
committerMartin Jambor <jamborm@gcc.gnu.org>
Fri, 31 Aug 2018 12:14:37 +0000 (14:14 +0200)
commit5036f628c7968180d01d7664adb09491493a3ff8
treed5da3d92b894d9800d50c087e5adfe092f07dc9e
parent6c72e55df00195f1c955e7ffdd76386613f69560
[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.

From-SVN: r264015
gcc/ChangeLog
gcc/ipa-cp.c