aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@redhat.com>2003-09-25 18:11:19 +0000
committerRichard Sandiford <rsandifo@redhat.com>2003-09-25 18:11:19 +0000
commit5d0f0d3c712ab4f69527dd2b3cd952a0e8942ed7 (patch)
treeb9822ac347b37f0d1902b3559a49f92e991c61aa /gcc/cgraph.h
parent78a84dc290bf8e5418c3d408f450b0930f53aaf0 (diff)
* cgraph.h (cgraph_remove_edge): Declare.
* cgraph.c (cgraph_remove_edge): Make extern. * cgraphunit.c (cgraph_finalize_function): Call cgraph_remove_edge instead of cgraph_remove_call. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@71784 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cgraph.h')
-rw-r--r--gcc/cgraph.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cgraph.h b/gcc/cgraph.h
index eb747d57d37..9bdbfdc0cf7 100644
--- a/gcc/cgraph.h
+++ b/gcc/cgraph.h
@@ -150,6 +150,7 @@ extern GTY(()) struct cgraph_varpool_node *cgraph_varpool_nodes_queue;
/* In cgraph.c */
void dump_cgraph (FILE *);
+void cgraph_remove_edge (struct cgraph_node *, struct cgraph_node *);
void cgraph_remove_call (tree, tree);
void cgraph_remove_node (struct cgraph_node *);
struct cgraph_edge *cgraph_record_call (tree, tree);