optabs.c (prepare_cmp_insn): Changed LCT_PURE_MAKE_BLOCK to LCT_PURE and LCT_CONST_MA...
authorKenneth Zadeck <zadeck@naturalbridge.com>
Wed, 14 May 2008 17:05:13 +0000 (17:05 +0000)
committerKenneth Zadeck <zadeck@gcc.gnu.org>
Wed, 14 May 2008 17:05:13 +0000 (17:05 +0000)
commit84b8030f0eec58ad1aee8f9fc500f3f86f777ef8
tree81f15ffce6244463dae4466631dbaf409875916c
parentf403a4a270a54f42ce8bddabbce58797adfd5c07
optabs.c (prepare_cmp_insn): Changed LCT_PURE_MAKE_BLOCK to LCT_PURE and LCT_CONST_MAKE_BLOCK to LCT_CONST...

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.

From-SVN: r135299
gcc/ChangeLog
gcc/builtins.c
gcc/calls.c
gcc/optabs.c
gcc/rtl.h
gcc/tree.h