From 7af72854665c7f44fa2740bf360b8f30ebe43179 Mon Sep 17 00:00:00 2001 From: wood Date: Tue, 23 Mar 1993 12:54:30 +0000 Subject: [PATCH] (struct function): Add apply_args_value field. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3844 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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.11.0