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: [Tuples] Add MIN_EXPR/MAX_EXPR to gimple-pretty-print.c


On Sun, Jun 22, 2008 at 7:58 PM, Andrew Pinski <pinskia@gmail.com> wrote:
> Hi,
>  This patch fixes a couple of testcases on the tuples branch by
> having MIN_EXPR/MAX_EXPR print out like they were happening on the
> trunk.  That is MIN_EXPR < a, b> .
>
> OK?  Bootstrapped and tested on i686-darwin with no regressions.

Ok.

We need to consolidate the printers somehow...

> Thanks,
> Andrew Pinski
>
> ChangeLog:
> * gimple-pretty-print.c (dump_binary_rhs): Print out MIN_EXPR and
> MAX_EXPR specially.
>


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