diff options
author | Jan Hubicka <hubicka@gcc.gnu.org> | 2011-10-19 11:39:00 +0000 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2011-10-19 11:39:00 +0000 |
commit | a66f86bbc475f720f64fd6ae3873bf8e36a8e1e7 (patch) | |
tree | 48b31ed55767f4faa0b02dcba91a377eebadef6c /gcc/cgraphunit.c | |
parent | c9552bff091dae74d992b04fde8050e892761dae (diff) | |
download | gcc-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.c | 2 |
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; |