This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Tuples] Cleaned up accessor patch.
- From: Diego Novillo <dnovillo at google dot com>
- To: Christopher Matthews <chrismatthews at google dot com>
- Cc: Aldy Hernandez <aldyh at redhat dot com>, gcc-patches at gcc dot gnu dot org
- Date: Mon, 25 Jun 2007 10:00:56 -0400
- Subject: Re: [Tuples] Cleaned up accessor patch.
- References: <5794c4c80706221010r38754e7cvf037467650a9d45e@mail.gmail.com> <467C1D50.8010400@google.com> <5794c4c80706221313l2d6f15cdr68fb1879f9788858@mail.gmail.com>
On 6/22/07 4:13 PM, Christopher Matthews wrote:
> Made all of Diego's changes. Gs_seq_first and gs_seq_last now return
> gimples, and I updated users as necessary.
>
> changed OMP_RETURN builder to take take a bool wait_p, added in a
> subcode flag and changed the comment.
Looks fine to me. If we later realize that the iterator should hold a
gimple * instead of gimple, we can change it again.