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] Do not refer directly to gen_lowpart_xxx


On Fri, Jan 30, 2004 at 08:14:41PM +0100, Paolo Bonzini wrote:
>         * combine.c (cse_main): Set gen_lowpart to gen_lowpart_for_combine
>         and restore it to gen_lowpart_general on exit.
>         (gen_lowpart_for_combine): Adjust all callers to go through
>         gen_lowpart.
>         * cse.c (cse_main): Set gen_lowpart to gen_lowpart_if_possible
>         and restore it to gen_lowpart_general on exit.
>         (gen_lowpart_if_possible): Adjust all callers to go through
>         gen_lowpart.
>         * emit-rtl.c (gen_lowpart_general): New name of gen_lowpart.
>         (gen_lowpart): Declare as pointer to function, initialized to
>         gen_lowpart_general.
>         * rtl.h (gen_lowpart): Declare as pointer to function.

Ok.


r~


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