On Fri, May 9, 2014 at 8:49 AM, Jeff Law <l...@redhat.com> wrote: > On 05/02/14 15:56, David Malcolm wrote: >> >> gcc/ >> * coretypes.h (gimple): Drop typedef. >> (const_gimple): Likewise. >> (gimple_seq): Convert from being a "gimple" to a "gimple_stmt *". > > So instead, we just want to convert from "gimple" to "gimple *", right? > That was my understanding of where we left things last week.
Yes. Thanks, Richard. > That's going to mean a ton of trivial fixups to this patch. With those > fixes, this patch is approved. > > jeff > >