This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Question on VUSE
- From: Richard Henderson <rth at redhat dot com>
- To: Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 3 Aug 2004 12:11:53 -0700
- Subject: Re: Question on VUSE
- References: <10408031738.AA11402@vlsi1.ultra.nyu.edu>
On Tue, Aug 03, 2004 at 01:38:00PM -0400, Richard Kenner wrote:
> I don't understand the VUSE on the statement defining T.4_8. Can somebody
> explain where it's coming from?
...
> # VUSE <tbg0803__utn_3>;
> T.4_8 = *sn_7;
>From the dereference, of sn_7, obviously.
r~