This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH][2/n] Allow anonymous SSA names, a bunch of new predicates for SSA names
- From: Michael Matz <matz at suse dot de>
- To: Richard Guenther <rguenther at suse dot de>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 3 Aug 2012 15:21:14 +0200 (CEST)
- Subject: Re: [PATCH][2/n] Allow anonymous SSA names, a bunch of new predicates for SSA names
- References: <alpine.LNX.2.00.1208031452320.17088@jbgna.fhfr.qr>
Hi,
On Fri, 3 Aug 2012, Richard Guenther wrote:
> 2012-08-03 Richard Guenther <rguenther@suse.de>
>
> * tree.h (SSA_NAME_IS_VIRTUAL_OPERAND): New predicate.
> (SSA_NAME_HAS_PARM_OR_RESULT_DECL): Likewise.
> (SSA_NAME_HAS_RESULT_DECL): Likewise.
> (SSA_NAME_HAS_PARM_DECL): Likewise.
> (VAR_PARM_OR_RESULT_DECL_P): Likewise.
Bikeshedding: please settle on consistent naming, either IS, or HAS or _P.
(FWIW, I suggest _P).
Ciao,
Michael.