calls.c (ECF_LIBCALL_BLOCK): New constant.
authorJan Hubicka <jh@suse.cz>
Sun, 23 Dec 2001 00:10:43 +0000 (01:10 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sun, 23 Dec 2001 00:10:43 +0000 (00:10 +0000)
commit53d4257f7fd9c8446aae11c3c84de7133773a73c
treea2d23ff5b37a44891d171b8de241e12bd3b9bf95
parentaffb9cddc0541f27279d5a1c6350f106f574375c
calls.c (ECF_LIBCALL_BLOCK): New constant.

* calls.c (ECF_LIBCALL_BLOCK): New constant.
(emit_call_1, initialize_argument_information,
precompute_arguments, expand_call,
emit_library_call_value_1): Use ECF_LIBCALL_BLOCK
instead of ECF_PURE | ECF_CONST. Honnor LCT_CONST/LCT_PURE.

From-SVN: r48279
gcc/ChangeLog
gcc/calls.c