(struct function): Add apply_args_value field.

From-SVN: r3844
This commit is contained in:
Tom Wood 1993-03-23 12:54:30 +00:00
parent efb993178b
commit d12b538233
1 changed files with 1 additions and 0 deletions

View 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. */