aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
diff options
context:
space:
mode:
authorJan Hubicka <hubicka@gcc.gnu.org>2011-10-19 11:39:00 +0000
committerJan Hubicka <hubicka@gcc.gnu.org>2011-10-19 11:39:00 +0000
commita66f86bbc475f720f64fd6ae3873bf8e36a8e1e7 (patch)
tree48b31ed55767f4faa0b02dcba91a377eebadef6c /gcc/cgraphunit.c
parentc9552bff091dae74d992b04fde8050e892761dae (diff)
downloadgcc-a66f86bbc475f720f64fd6ae3873bf8e36a8e1e7.zip
gcc-a66f86bbc475f720f64fd6ae3873bf8e36a8e1e7.tar.gz
gcc-a66f86bbc475f720f64fd6ae3873bf8e36a8e1e7.tar.bz2
Oops, old revision of patch..
From-SVN: r180182
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r--gcc/cgraphunit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c
index 26c69ae..ef71b5b 100644
--- a/gcc/cgraphunit.c
+++ b/gcc/cgraphunit.c
@@ -2067,7 +2067,7 @@ ipa_passes (void)
/* Weakrefs may be associated to external decls and thus not output
at expansion time. Emit all neccesary aliases. */
-void
+static void
output_weakrefs (void)
{
struct cgraph_node *node;