> Hi.
> 
> After r272037 change we have a leftover dead code in odr_type_p.
> 
> Ready to be installed?
OK (it is obvious anyway:),
thanks!
Honza
> Thanks,
> Martin
> 
> gcc/ChangeLog:
> 
> 2019-06-17  Martin Liska  <mli...@suse.cz>
> 
>       PR ipa/90874
>       * ipa-utils.h (odr_type_p): Remove dead code.
> ---
>  gcc/ipa-utils.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> 

> diff --git a/gcc/ipa-utils.h b/gcc/ipa-utils.h
> index 5903da5840d..3e582f45283 100644
> --- a/gcc/ipa-utils.h
> +++ b/gcc/ipa-utils.h
> @@ -240,7 +240,6 @@ odr_type_p (const_tree t)
>    gcc_checking_assert (in_lto_p || flag_lto);
>    return TYPE_NAME (t) && TREE_CODE (TYPE_NAME (t)) == TYPE_DECL
>           && DECL_ASSEMBLER_NAME_SET_P (TYPE_NAME (t));
> -  return false;
>  }
>  
>  #endif  /* GCC_IPA_UTILS_H  */
> 

Reply via email to