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: [PATCH] Split simplify_unary_operation andsimplify_binary_operation


> > 2005-02-10  Paolo Bonzini  <bonzini@gnu.org>
> > 
> >     * simplify-rtx.c (simplify_unary_operation_1): Extract from...
> >     (simplify_unary_operation): ... this one.
> >     (simplify_binary_operation_1): Extract from...
> >     (simplify_binary_operation): ... this one.

Maybe you could split the individual functions out more? They're still
huge monolithic functions. Just opinion, can't approve it either way.

-eric


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