aboutsummaryrefslogtreecommitdiff
path: root/gcc/explow.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/explow.h')
-rw-r--r--gcc/explow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/explow.h b/gcc/explow.h
index 48f1859..94613de 100644
--- a/gcc/explow.h
+++ b/gcc/explow.h
@@ -78,6 +78,9 @@ extern void emit_stack_restore (enum save_level, rtx);
/* Invoke emit_stack_save for the nonlocal_goto_save_area. */
extern void update_nonlocal_goto_save_area (void);
+/* Record a new stack level. */
+extern void record_new_stack_level (void);
+
/* Allocate some space on the stack dynamically and return its address. */
extern rtx allocate_dynamic_stack_space (rtx, unsigned, unsigned, bool);