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] Always use LCT_* as fn_type for emit_library_call* (take 2)


On Tue, Nov 20, 2001 at 12:48:20PM +0100, Jakub Jelinek wrote:
> 	* explow.c (probe_stack_range): Use LCT_NORMAL as second argument
> 	to emit_library_call.
> 	* function.c (expand_main_function, expand_function_start,
> 	expand_function_end): Likewise.
> 	* profile.c (output_func_start_profiler): Likewise.
> 	* stmt.c (expand_nl_goto_receivers): Use LCT_NORETURN as
> 	second argument to emit_library_call.
> 	* optabs.c (prepare_cmp_insn): Use LCT_CONST_MAKE_BLOCK
> 	as second argument to emit_library_call.
> 	* calls.c (emit_library_call): Update fn_type description.

Ok.


r~


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