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 7a00de4..c5b6cab 100644 --- a/gcc/tree-ssa-structalias.c +++ b/gcc/tree-ssa-structalias.c @@ -4485,7 +4485,7 @@ compute_points_to_sets (struct alias_info *ai) dump_constraints (dump_file); } - if (need_to_solve ()) + if (1 || need_to_solve ()) { if (dump_file) fprintf (dump_file, |