From: Richard Biener Date: Mon, 14 Jul 2014 10:02:48 +0000 (+0000) Subject: cgraph.h (decl_in_symtab_p): Make inline. X-Git-Tag: releases/gcc-5.1.0~6355 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0241e486d5fc1b29c5c8bfbff245777681196d35;p=thirdparty%2Fgcc.git cgraph.h (decl_in_symtab_p): Make inline. 2014-07-14 Richard Biener * cgraph.h (decl_in_symtab_p): Make inline. From-SVN: r212511 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e68492f7b396..abfc2028ed61 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-07-14 Richard Biener + + * cgraph.h (decl_in_symtab_p): Make inline. + 2014-07-14 Jakub Jelinek PR middle-end/61294 diff --git a/gcc/cgraph.h b/gcc/cgraph.h index b40769a0f44c..3d1f938b45e3 100644 --- a/gcc/cgraph.h +++ b/gcc/cgraph.h @@ -1154,7 +1154,7 @@ extern void change_decl_assembler_name (tree, tree); /* Return true if DECL should have entry in symbol table if used. Those are functions and static & external veriables*/ -static bool +static inline bool decl_in_symtab_p (const_tree decl) { return (TREE_CODE (decl) == FUNCTION_DECL