This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [tuples] Fix remap_gimple_stmt for a bunch of GIMPLE_OMP statements


>  	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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]