diff options
Diffstat (limited to 'gcc/cgraphbuild.c')
-rw-r--r-- | gcc/cgraphbuild.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraphbuild.c b/gcc/cgraphbuild.c index 0f4303a20ff..1e3e5da1910 100644 --- a/gcc/cgraphbuild.c +++ b/gcc/cgraphbuild.c @@ -202,7 +202,7 @@ record_references_in_initializer (tree decl) /* Rebuild cgraph edges for current function node. This needs to be run after passes that don't update the cgraph. */ -static unsigned int +unsigned int rebuild_cgraph_edges (void) { basic_block bb; |