(struct function): Add apply_args_value field.
authorTom Wood <wood@gnu.org>
Tue, 23 Mar 1993 12:54:30 +0000 (12:54 +0000)
committerTom Wood <wood@gnu.org>
Tue, 23 Mar 1993 12:54:30 +0000 (12:54 +0000)
From-SVN: r3844

gcc/function.h

index 240a483f54b7f6bc0029419ed4cba89ca1eca55b..209e44a93f9bd1f58773ee0476875c17300c807e 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.  */