Commit 0439a947 by Jan Hubicka Committed by Jan Hubicka

ipa-devirt.c (maybe_record_node): When node is not recorded, set completep to…

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
parent 0fe1ff6e
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment