On Fri, Nov 1, 2013 at 11:23 AM, Andrew MacLeod <amacl...@redhat.com> wrote:
> gimplify would be routines that work on trees since that's what the front > end will present. And thats why the backend will no longer need to gimplify > anything... It'll just build stuff using the gimple-stmt build and the > gimple type/decl/expression building routines to come... eventually :-). Ah, OK. Sure, that makes sense. Diego.