Commit 2fc233b7 by Jan Hubicka Committed by Jan Hubicka

* ipa-devirt.c (add_type_duplicate): Fix return value.

From-SVN: r273800
parent e2cfa983
2019-07-23 Jan Hubicka <hubicka@ucw.cz>
* ipa-devirt.c (add_type_duplicate): Fix return value.
2019-07-25 Richard Biener <rguenther@suse.de> 2019-07-25 Richard Biener <rguenther@suse.de>
* tree-vrp.c (extract_range_from_multiplicative_op): Add * tree-vrp.c (extract_range_from_multiplicative_op): Add
......
...@@ -1613,7 +1613,7 @@ add_type_duplicate (odr_type val, tree type) ...@@ -1613,7 +1613,7 @@ add_type_duplicate (odr_type val, tree type)
val->types_set->add (type); val->types_set->add (type);
if (!odr_hash) if (!odr_hash)
return NULL; return false;
gcc_checking_assert (can_be_name_hashed_p (type) gcc_checking_assert (can_be_name_hashed_p (type)
&& can_be_name_hashed_p (val->type)); && can_be_name_hashed_p (val->type));
......
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