diff options
author | Tom Wood <wood@gnu.org> | 1993-03-23 12:53:17 +0000 |
---|---|---|
committer | Tom Wood <wood@gnu.org> | 1993-03-23 12:53:17 +0000 |
commit | 7f11e1583ff3847d32bf958a93bcedc196991544 (patch) | |
tree | cb2d07ef3bea49d73231a9df465746d46ca51ff9 | |
parent | f15ae3a138ba40d224d0d95cd900f45546621895 (diff) | |
download | gcc-7f11e1583ff3847d32bf958a93bcedc196991544.zip gcc-7f11e1583ff3847d32bf958a93bcedc196991544.tar.gz gcc-7f11e1583ff3847d32bf958a93bcedc196991544.tar.bz2 |
(enum built_in_function): Add BUILT_IN_APPLY_ARGS,
BUILT_IN_APPLY, and BUILT_IN_RETURN.
From-SVN: r3842
-rw-r--r-- | gcc/tree.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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, |