diff options
author | Tom Wood <wood@gnu.org> | 1993-03-23 12:54:30 +0000 |
---|---|---|
committer | Tom Wood <wood@gnu.org> | 1993-03-23 12:54:30 +0000 |
commit | d12b538233fccee699f04e9e46fe4016ac9f28f7 (patch) | |
tree | 0efb0e8b266edcf374e12d625675c790feed4687 /gcc/function.h | |
parent | efb993178b401a2993eb5778c8a4a6eab4a8fb82 (diff) | |
download | gcc-d12b538233fccee699f04e9e46fe4016ac9f28f7.zip gcc-d12b538233fccee699f04e9e46fe4016ac9f28f7.tar.gz gcc-d12b538233fccee699f04e9e46fe4016ac9f28f7.tar.bz2 |
(struct function): Add apply_args_value field.
From-SVN: r3844
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 240a483..209e44a 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. */ |