Committed as obvious.

Richard.

2014-07-14  Richard Biener  <rguent...@suse.de>

        * cgraph.h (decl_in_symtab_p): Make inline.

Index: gcc/cgraph.h
===================================================================
--- gcc/cgraph.h        (revision 212510)
+++ gcc/cgraph.h        (working copy)
@@ -1154,7 +1154,7 @@ extern void change_decl_assembler_name (
 /* 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

Reply via email to