summaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2003-09-13 14:18:47 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2003-09-13 14:18:47 +0000
commit050e11c98e7ecc770dfce1db12ca8ad069bc3016 (patch)
treeb69aa15ca9ee08567dcb3105ff151e820b8dc09a /gcc/cgraph.h
parentf8b9c2e3473bc5eb181036bc6f716c637d52548d (diff)
downloadgcc-050e11c98e7ecc770dfce1db12ca8ad069bc3016.tar.gz
* cgraphunit.c (cgraph_assemble_pending_functions): Export.
(cgraph_finalize_function): Revert TREE_ASM_WRITTEN check. * cgraph.h: Update. * decl2.c (finish_file): Check cgraph_assemble_pending_functions during relaxation loop. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71360 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 3ec89b60659..eb747d57d37 100644
--- a/gcc/cgraph.h
+++ b/gcc/cgraph.h
@@ -168,6 +168,7 @@ void cgraph_varpool_finalize_decl (tree);
bool cgraph_varpool_assemble_pending_decls (void);
/* In cgraphunit.c */
+bool cgraph_assemble_pending_functions (void);
void cgraph_finalize_function (tree, bool);
void cgraph_finalize_compilation_unit (void);
void cgraph_create_edges (tree, tree);