cgraph.h (decl_in_symtab_p): Make inline.

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

	* cgraph.h (decl_in_symtab_p): Make inline.

From-SVN: r212511
This commit is contained in:
Richard Biener 2014-07-14 10:02:48 +00:00 committed by Richard Biener
parent b108f48f27
commit 0241e486d5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-07-14 Richard Biener <rguenther@suse.de>
* cgraph.h (decl_in_symtab_p): Make inline.
2014-07-14 Jakub Jelinek <jakub@redhat.com>
PR middle-end/61294

View File

@ -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