diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-10-19 11:39:00 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-10-19 11:39:00 +0000 |
commit | 5139ff043eba16d54914c9b8a3288e63bc6dbbf9 (patch) | |
tree | 48b31ed55767f4faa0b02dcba91a377eebadef6c /gcc/cgraphunit.c | |
parent | 5e712541e8e002c811a41bd0a7e8500136d5fbd9 (diff) | |
download | gcc-5139ff043eba16d54914c9b8a3288e63bc6dbbf9.tar.gz |
Oops, old revision of patch..
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180182 138bc75d-0d04-0410-961f-82ee72b054a4
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 26c69aecd44..ef71b5bed7c 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; |