This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: More Q's regarding gimplification
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Nathanael Nerode <neroden at fastmail dot fm>
- Cc: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Mon, 16 Aug 2004 07:58:53 -0400
- Subject: Re: More Q's regarding gimplification
- Organization: Red Hat Canada
- References: <20040816112729.GA2904@fastmail.fm>
On Mon, 2004-08-16 at 07:27, Nathanael Nerode wrote:
> The question is this:
> Is it supposed to be possible to have
> is_gimple_tmp_var(lhs) && !is_gimple_reg(lhs)
>
Yes.
Diego.