aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2003-09-13 07:18:47 -0700
committerRichard Henderson <rth@gcc.gnu.org>2003-09-13 07:18:47 -0700
commitf6d1b84aa4526d360d77c795167cfb217da89e65 (patch)
treeb69aa15ca9ee08567dcb3105ff151e820b8dc09a /gcc/cgraph.h
parent8daf2e652621464650af1fce25f1a9f86b2f39a7 (diff)
downloadgcc-f6d1b84aa4526d360d77c795167cfb217da89e65.zip
gcc-f6d1b84aa4526d360d77c795167cfb217da89e65.tar.gz
gcc-f6d1b84aa4526d360d77c795167cfb217da89e65.tar.bz2
cgraphunit.c (cgraph_assemble_pending_functions): Export.
* 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. From-SVN: r71360
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 3ec89b6..eb747d5 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);