diff options
Diffstat (limited to 'gcc/tree-ssa-copy.c')
| -rw-r--r-- | gcc/tree-ssa-copy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-copy.c b/gcc/tree-ssa-copy.c index d94b1b0..47ac55f 100644 --- a/gcc/tree-ssa-copy.c +++ b/gcc/tree-ssa-copy.c @@ -165,7 +165,7 @@ may_propagate_copy_into_asm (tree dest) propagating NEW into ORIG, consolidate aliasing information so that they both share the same memory tags. */ -static void +void merge_alias_info (tree orig, tree new) { tree new_sym = SSA_NAME_VAR (new); |
