diff options
Diffstat (limited to 'gcc/tree-ssa-structalias.c')
-rw-r--r-- | gcc/tree-ssa-structalias.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-structalias.c b/gcc/tree-ssa-structalias.c index 28d2312..09642a0 100644 --- a/gcc/tree-ssa-structalias.c +++ b/gcc/tree-ssa-structalias.c @@ -6928,7 +6928,7 @@ ipa_pta_execute (void) constraints for parameters. */ if (node->symbol.used_from_other_partition || node->symbol.externally_visible - || node->needed) + || node->symbol.force_output) { intra_create_variable_infos (); |