diff options
-rw-r--r-- | gcc/function.h | 1 |
1 files changed, 1 insertions, 0 deletions
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. */ |