Commit d12b5382 by Tom Wood

(struct function): Add apply_args_value field.

From-SVN: r3844
parent efb99317
...@@ -117,6 +117,7 @@ struct function ...@@ -117,6 +117,7 @@ struct function
int inhibit_defer_pop; int inhibit_defer_pop;
tree cleanups_this_call; tree cleanups_this_call;
rtx saveregs_value; rtx saveregs_value;
rtx apply_args_value;
rtx forced_labels; rtx forced_labels;
/* For emit-rtl.c. */ /* For emit-rtl.c. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment