]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/ipa-prop.cc
ipa-prop.c (ipa_set_jf_known_type): Check that we add only records.
authorJan Hubicka <jh@suse.cz>
Sat, 31 Aug 2013 12:26:32 +0000 (14:26 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 31 Aug 2013 12:26:32 +0000 (12:26 +0000)
commit06d65050301eddeb22be71443899ef3cf1b3ed61
tree78757a2d1252fe99e8efd096196fdc884b1c20e4
parent600b5b1d5cb381a652a9b57445b27793304e954f
ipa-prop.c (ipa_set_jf_known_type): Check that we add only records.

* ipa-prop.c (ipa_set_jf_known_type): Check that we add
only records.
(detect_type_change_1): Rename to ...
(detect_type_change): ... this one; early return on non-polymorphic
types.
(detect_type_change_ssa): Add comp_type parameter; update
use of detect_type_change.
(compute_complex_assign_jump_func): Add param_type parameter;
update use of detect_type_change_ssa.
(compute_complex_ancestor_jump_func): Likewise.
(ipa_get_callee_param_type): New function.
(ipa_compute_jump_functions_for_edge): Compute parameter type;
update calls to the jump function computation functions.

From-SVN: r202126
gcc/ChangeLog
gcc/ipa-prop.c