On Fri, Jul 10, 2015 at 10:45 AM, Richard Biener
<richard.guent...@gmail.com> wrote:
> On Thu, Jul 9, 2015 at 5:23 PM, Michael Matz <m...@suse.de> wrote:
>> Hi,
>>
>> On Thu, 9 Jul 2015, Jakub Jelinek wrote:
>>
>>> That violates the coding style by not using tabs ;)
>>
>> I knew it!  Somebody would notice, pffft.  Fixed in the committed version.
>
> I also noticed it but didn't care ;)  But now I notice
>
>   switch (TREE_CODE (t))
>     {
>       case SSA_NAME:
>
> cases are indented too much, it should be
>
>   switch (TREE_CODE (t))
>     {
>     case SSA_NAME:

Fixed with the attached.

Richard.

2015-07-10  Richard Biener  <rguent...@suse.de>

        * genmatch.c (dt_node::gen_kids_1): Fix indenting of
        case labels.
        (decision_tree::gen_gimple): Likewise.
        (decision_tree::gen_generic): Likewise.

Attachment: fix-genmatch-indent
Description: Binary data

Reply via email to