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: genmatch indent generated code


Hi,

On Fri, 10 Jul 2015, Richard Biener wrote:

> > 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:

I like the first one better, but hey, be my guest ;-)


Ciao,
Michael.


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