diff options
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/function.h b/gcc/function.h index 4bc8e3feba7..63c26ac5816 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -135,11 +135,12 @@ struct function struct label_node *false_label_stack; struct label_node *caught_return_label_stack; tree protect_list; + rtx dhc; + rtx dcc; /* For expr.c. */ int pending_stack_adjust; int inhibit_defer_pop; - tree cleanups_this_call; rtx saveregs_value; rtx apply_args_value; rtx forced_labels; |