From d12b538233fccee699f04e9e46fe4016ac9f28f7 Mon Sep 17 00:00:00 2001 From: Tom Wood Date: Tue, 23 Mar 1993 12:54:30 +0000 Subject: [PATCH] (struct function): Add apply_args_value field. From-SVN: r3844 --- gcc/function.h | 1 + 1 file changed, 1 insertion(+) 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. */ -- 2.30.2