diff options
Diffstat (limited to 'gcc/cfgexpand.c')
-rw-r--r-- | gcc/cfgexpand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c index 4089b40..ddf3fd1 100644 --- a/gcc/cfgexpand.c +++ b/gcc/cfgexpand.c @@ -530,7 +530,7 @@ update_alias_info_with_stack_vars (void) /* Make the SSA name point to all partition members. */ pi = get_ptr_info (name); - pt_solution_set (&pi->pt, part, false, false); + pt_solution_set (&pi->pt, part, false); } /* Make all points-to sets that contain one member of a partition |