From: Tom Wood Date: Tue, 23 Mar 1993 12:54:30 +0000 (+0000) Subject: (struct function): Add apply_args_value field. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d12b538233fccee699f04e9e46fe4016ac9f28f7;p=gcc.git (struct function): Add apply_args_value field. From-SVN: r3844 --- 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. */