diff options
author | Martin Jambor <mjambor@suse.cz> | 2011-07-12 12:29:39 +0200 |
---|---|---|
committer | Martin Jambor <jamborm@gcc.gnu.org> | 2011-07-12 12:29:39 +0200 |
commit | ab079773d37409fa62d457b87564fb611d1b3f7e (patch) | |
tree | a04dc3565788ff2e63b0e35430afcd50fda331d1 /gcc/cgraph.h | |
parent | d5fed62d7296fd18f8cd55d95cafef1de7f62816 (diff) | |
download | gcc-ab079773d37409fa62d457b87564fb611d1b3f7e.tar.gz |
cgraph.h (cgraph_get_node_or_alias): Removed declaration.
2011-07-12 Martin Jambor <mjambor@suse.cz>
* cgraph.h (cgraph_get_node_or_alias): Removed declaration.
* cgraph.c (cgraph_get_node_or_alias): Removed.
(change_decl_assembler_name): Changed all calls to
cgraph_get_node_or_alias to a call to cgraph_get_node.
(cgraph_make_decl_local): Likewise.
* lto-symtab.c (lto_symtab_resolve_symbols): Likewise.
* varasm.c (default_binds_local_p_1): Likewise.
(decl_binds_to_current_def_p): Likewise.
From-SVN: r176196
Diffstat (limited to 'gcc/cgraph.h')
-rw-r--r-- | gcc/cgraph.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cgraph.h b/gcc/cgraph.h index 5d6ff7caf61..cfc24795917 100644 --- a/gcc/cgraph.h +++ b/gcc/cgraph.h @@ -480,7 +480,6 @@ struct cgraph_edge *cgraph_create_indirect_edge (struct cgraph_node *, gimple, int, gcov_type, int); struct cgraph_indirect_call_info *cgraph_allocate_init_indirect_info (void); struct cgraph_node * cgraph_get_node (const_tree); -struct cgraph_node * cgraph_get_node_or_alias (const_tree); struct cgraph_node * cgraph_create_node (tree); struct cgraph_node * cgraph_get_create_node (tree); struct cgraph_node * cgraph_same_body_alias (struct cgraph_node *, tree, tree); |