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:
parent
b108f48f27
commit
0241e486d5
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user