OSDN Git Service

(struct function): Add apply_args_value field.
authorwood <wood@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Mar 1993 12:54:30 +0000 (12:54 +0000)
committerwood <wood@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Mar 1993 12:54:30 +0000 (12:54 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3844 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/function.h

index 240a483..209e44a 100644 (file)
@@ -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.  */