From: Tom Wood Date: Tue, 23 Mar 1993 12:53:17 +0000 (+0000) Subject: (enum built_in_function): Add BUILT_IN_APPLY_ARGS, X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7f11e1583ff3847d32bf958a93bcedc196991544;p=gcc.git (enum built_in_function): Add BUILT_IN_APPLY_ARGS, BUILT_IN_APPLY, and BUILT_IN_RETURN. From-SVN: r3842 --- diff --git a/gcc/tree.h b/gcc/tree.h index 3f1f69e6afb..555f8770da4 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -89,6 +89,9 @@ enum built_in_function BUILT_IN_FRAME_ADDRESS, BUILT_IN_RETURN_ADDRESS, BUILT_IN_CALLER_RETURN_ADDRESS, + BUILT_IN_APPLY_ARGS, + BUILT_IN_APPLY, + BUILT_IN_RETURN, /* C++ extensions */ BUILT_IN_NEW,