* ipa-devirt.c (possible_polymorphic_call_targets): Return early
if otr_type has no BINFO.
From-SVN: r218659
+2014-12-12 Jan Hubicka <hubicka@ucw.cz>
+
+ * ipa-devirt.c (possible_polymorphic_call_targets): Return early
+ if otr_type has no BINFO.
+
2014-12-12 Zhenqiang Chen <zhenqiang.chen@arm.com>
PR rtl-optimization/63917
/* If ODR is not initialized or the constext is invalid, return empty
incomplete list. */
- if (!odr_hash || context.invalid)
+ if (!odr_hash || context.invalid || !TYPE_BINFO (otr_type))
{
if (completep)
*completep = context.invalid;