On Wed, Jul 23, 2014 at 2:09 AM, Prathamesh Kulkarni
wrote:
> This patch changes syntax of inner-if to be parenthesized - (if (cond))
>
> * genmatch.c (parse_match_and_simplify): Adjust to parse parenthesized if.
> (peek_ident): New function.
>
> * match.pd: Adjust patterns having if-expr to
This patch changes syntax of inner-if to be parenthesized - (if (cond))
* genmatch.c (parse_match_and_simplify): Adjust to parse parenthesized if.
(peek_ident): New function.
* match.pd: Adjust patterns having if-expr to new syntax.
Thanks and Regards,
Prathamesh
Index: gcc/genmatch.c
=