This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tuples] Fix remap_gimple_stmt for a bunch of GIMPLE_OMP statements
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 30 May 2008 10:52:03 -0400
- Subject: Re: [tuples] Fix remap_gimple_stmt for a bunch of GIMPLE_OMP statements
- References: <20080530082604.GZ16061@devserv.devel.redhat.com>
> case GIMPLE_OMP_MASTER:
> - s1 = gimple_omp_body (stmt);
> + s1 = remap_gimple_seq (gimple_omp_body (stmt), id);
Oh god, what an idiot. Sorry about that. I have no explanation for
that stupidity. Your patch is what I meant to do. I have no idea how
that nonsense came out of my keyboard.
Geeez.
Thanks.
Aldy