On Apr 13, 2006, at 8:21 AM, Diego Novillo wrote:
either remove the line or convert it to VEC somehow.
Remove it. It's now done with NUM_REFERENCES which just uses
common.aux. Dan probably forgot to remove it when he converted it.
Guilty as charged.
I usually let "unused variable " war
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Kazu Hirata wrote:
> either remove the line or convert it to VEC somehow.
>
Remove it. It's now done with NUM_REFERENCES which just uses
common.aux. Dan probably forgot to remove it when he converted it.
-BEGIN PGP SIGNATURE-
Version: GnuPG
Hi Daniel and Diego,
I see that tree-ssa-structalias.h contains
varray_type num_references;
around line 58 as a member of alias_info, but it doesn't seem to be
used anywhere. Is this going to be used in near future? VARRAY is
going away pretty soon, so we have to do something -- either remov