[PR 91468] Small fixes in ipa-cp.c and ipa-prop.c
authorMartin Jambor <mjambor@suse.cz>
Wed, 28 Aug 2019 14:26:45 +0000 (16:26 +0200)
committerMartin Jambor <jamborm@gcc.gnu.org>
Wed, 28 Aug 2019 14:26:45 +0000 (16:26 +0200)
commitb66113e9c1ec1f7550cf9680b9b9e4d725583f34
tree0754358836ae7592c464f87688c2b2faf768aab0
parenta09b09ccee0208c68d5a6bb57fda94f55db4aded
[PR 91468] Small fixes in ipa-cp.c and ipa-prop.c

2019-08-28  Martin Jambor  <mjambor@suse.cz>

PR ipa/91468
* ipa-cp.c (merge_agg_lats_step): Removed redundant test, made a
checking assert a normal assert to test it really is redundant.
* ipa-prop.c (compute_complex_assign_jump_func): Removed
redundant test.
(update_jump_functions_after_inlining): Removed combining unary
arithmetic operations with an ancestor jump function.
(ipcp_modif_dom_walker::before_dom_children): Fix wrong use of rhs
instead of t.

From-SVN: r274992
gcc/ChangeLog
gcc/ipa-cp.c
gcc/ipa-prop.c