This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ping][PATCH][1 of 2] Add value range info to SSA_NAME for zero sign extension elimination in RTL


On 23 September 2013 22:34, Eric Botcazou <ebotcazou@adacore.com> wrote:
> Nice patch, but the formatting is totally wrong wrt spaces, please reformat
> using 2-space indentation and 8-space TABs, as already used in the files.
>

Sorry for missing this problem when committing Kugan's patch.

I have just committed the attached patch, which I hope fixes all the
spaces/indentation issues introduced.

Christophe.

2013-09-24  Christophe Lyon  <christophe.lyon@linaro.org>

    * gimple-pretty-print.c: Various whitespace tweaks.
    * tree-core.h: Likewise.
    * tree-pretty-print.c: Likewise.
    * tree-ssa-alias.c: Likewise.
    * tree-ssa-copy.c: Likewise.
    * tree-ssanames.c: Likewise.
    * tree-ssanames.h: Likewise.
    * tree-vrp.c: Likewise.

Attachment: spaces.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]