calls.c (ECF_MALLOC, [...]): New constants.
authorJan Hubicka <jh@suse.cz>
Tue, 4 Apr 2000 17:19:30 +0000 (17:19 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Tue, 4 Apr 2000 17:19:30 +0000 (17:19 +0000)
commitf2d33f132186edfa44a48552027100705264b06c
treebdb5cef3522e575e3ca3dbc9e34d7cf7e1bb6417
parentbe340b974a62611b639ca5e2c8eacfa1144460b1
calls.c (ECF_MALLOC, [...]): New constants.

* calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_TWICE,
 ECF_LONGJMP, ECF_FORK_OR_EXEC):  New constants.
(ECF_IS_CONST): Rename to ECF_CONST.
(special_function_p): Make static, change interface.
(flags_from_decl_or_type, try_to_integrate): Break out from ...
(expand_call) ... here; convert number of variables to flags.
(emit_library_call_vlue_1): Likewise.
(setjmp_call_p): New function.
(initialize_argument_information): Accepts flags as argument;
return flags.
(precompute_arguments): Likewise.
* tree.h (special_function_p): Remove.
(setjmp_call_p): Add prototype.

From-SVN: r32904
gcc/ChangeLog
gcc/calls.c
gcc/cp/optimize.c
gcc/tree.h