aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 76b8072..51157c6 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -2092,6 +2092,9 @@ extern int immediate_size_expand;
extern tree current_function_decl;
+/* Nonzero means a FUNC_BEGIN label was emitted. */
+extern tree current_function_func_begin_label;
+
/* Nonzero means all ..._TYPE nodes should be allocated permanently. */
extern int all_types_permanent;