aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.h
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1993-09-15 23:13:29 -0700
committerJim Wilson <wilson@gcc.gnu.org>1993-09-15 23:13:29 -0700
commit67664664213e7c3fa9011e700786e2a218f5dea0 (patch)
tree2bfc5121885f2041ce27993eb99748b190f43524 /gcc/function.h
parent8634413a53dee6ec6bf5a6df10309d84700536cf (diff)
downloadgcc-67664664213e7c3fa9011e700786e2a218f5dea0.zip
gcc-67664664213e7c3fa9011e700786e2a218f5dea0.tar.gz
gcc-67664664213e7c3fa9011e700786e2a218f5dea0.tar.bz2
(struct function): New field has_nonlocal_goto.
From-SVN: r5337
Diffstat (limited to 'gcc/function.h')
-rw-r--r--gcc/function.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h
index 209e44a..df6279d 100644
--- a/gcc/function.h
+++ b/gcc/function.h
@@ -65,6 +65,7 @@ struct function
int calls_longjmp;
int calls_alloca;
int has_nonlocal_label;
+ int has_nonlocal_goto;
rtx nonlocal_goto_handler_slot;
rtx nonlocal_goto_stack_level;
tree nonlocal_labels;