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: [trunk]: Round 2 of libcall removal


Kenneth Zadeck <zadeck@naturalbridge.com> writes:

> 2008-05-01  Kenneth Zadeck <zadeck@naturalbridge.com>
>
>    * optabs.c (prepare_cmp_insn): Changed LCT_PURE_MAKE_BLOCK to
>    LCT_PURE and LCT_CONST_MAKE_BLOCK to LCT_CONST in calls to
>    emit_library_call_value.
>    * builtins.c (expand_builtin_powi, expand_builtin_memcmp): Ditto.
>    * tree.h (ECF_LIBCALL_BLOCK): Removed.
>    * calls.c (initialize_argument_information, precompute_arguments,
>    expand_call, emit_library_call_value_1): Remove ECF_LIBCALL_BLOCK.
>    (precompute_arguments): Removed flags parameter.
>    * rtl.h (LCT_CONST_MAKE_BLOCK, LCT_PURE_MAKE_BLOCK): Removed.

This is OK.

Thanks.

Ian


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