diff options
author | wood <wood@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-03-23 12:54:30 +0000 |
---|---|---|
committer | wood <wood@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-03-23 12:54:30 +0000 |
commit | 7af72854665c7f44fa2740bf360b8f30ebe43179 (patch) | |
tree | 0efb0e8b266edcf374e12d625675c790feed4687 /gcc/function.h | |
parent | dcecf07159ad7dbdd2fde8a2201987c1d9f29681 (diff) | |
download | gcc-7af72854665c7f44fa2740bf360b8f30ebe43179.tar.gz |
(struct function): Add apply_args_value field.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3844 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h index 240a483f54b..209e44a93f9 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -117,6 +117,7 @@ struct function int inhibit_defer_pop; tree cleanups_this_call; rtx saveregs_value; + rtx apply_args_value; rtx forced_labels; /* For emit-rtl.c. */ |