re PR tree-optimization/37869 (PTA results wrong for "non-pointer" variables)
authorDaniel Berlin <dberlin@dberlin.org>
Wed, 26 Nov 2008 09:46:23 +0000 (09:46 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 26 Nov 2008 09:46:23 +0000 (09:46 +0000)
commit3dc211827b11cf4429465e8ac5cd9590a5c0b560
treeef0b716452a3ce458930760da82b1c853db49011
parent1dbc1ae77ad4b55903d723266e4ecb18a4ff851a
re PR tree-optimization/37869 (PTA results wrong for "non-pointer" variables)

2008-11-25  Daniel Berlin  <dberlin@dberlin.org>
Richard Guenther  <rguenther@suse.de>

PR tree-optimization/37869
* tree-ssa-structalias.c (struct constraint_graph): Remove
pt_used and number_incoming members.
(build_pred_graph): Do not allocate them.
(condense_visit): Do not use them.
(label_visit): Likewise.
(free_var_substitution_info): Do not free them.

Co-Authored-By: Richard Guenther <rguenther@suse.de>
From-SVN: r142213
gcc/ChangeLog
gcc/tree-ssa-structalias.c