This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch 2/2][gimplefe] Extends coverage to gimple_switch and gimple_call recognition
- From: Diego Novillo <dnovillo at google dot com>
- To: Sandeep Soni <soni dot sandeepb at gmail dot com>
- Cc: gcc patches <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 12 Aug 2010 19:21:17 -0400
- Subject: Re: [patch 2/2][gimplefe] Extends coverage to gimple_switch and gimple_call recognition
- References: <AANLkTim5ngW1myvXG+PzX-MR5B+2y3445zNZ-Ys3=4Et@mail.gmail.com>
On Tue, Aug 10, 2010 at 10:10, Sandeep Soni <soni.sandeepb@gmail.com> wrote:
> I am attaching the patch that is able to recognize gimple_switch and
> gimple_call statements. Work now begins on getting to recognize types
> and variable declarations.
Thanks. Committed.
A couple of minor nits. There should be two spaces between your name
and the email address in the ChangeLog entry and each line in the
ChangeLog entry should be prefixed by a tab character, not spaces.
Diego.