ipa-devirt.c (maybe_record_node): When node is not recorded, set completep to false rather than true.

* ipa-devirt.c (maybe_record_node): When node is not recorded,
	set completep to false rather than true.

From-SVN: r209209
This commit is contained in:
Jan Hubicka 2014-04-08 05:35:11 +00:00 committed by Jan Hubicka
parent 0fe1ff6e64
commit 0439a94767
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-04-07 Jan Hubicka <hubcika@ucw.cz>
* ipa-devirt.c (maybe_record_node): When node is not recorded,
set completep to false rather than true.
2014-04-07 Douglas B Rupp <rupp@adacore.com>
PR target/60504

View File

@ -650,7 +650,7 @@ maybe_record_node (vec <cgraph_node *> &nodes,
else if (completep
&& !type_in_anonymous_namespace_p
(method_class_type (TREE_TYPE (target))))
*completep = true;
*completep = false;
}
/* See if BINFO's type match OUTER_TYPE. If so, lookup