r135299 - in /trunk/gcc: ChangeLog builtins.c c...

zadeck@gcc.gnu.org zadeck@gcc.gnu.org
Wed May 14 17:05:00 GMT 2008


Author: zadeck
Date: Wed May 14 17:05:13 2008
New Revision: 135299

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135299
Log:
2008-05-14  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.
	

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/builtins.c
    trunk/gcc/calls.c
    trunk/gcc/optabs.c
    trunk/gcc/rtl.h
    trunk/gcc/tree.h



More information about the Gcc-cvs mailing list