(struct function): New field has_nonlocal_goto.
authorJim Wilson <wilson@gcc.gnu.org>
Thu, 16 Sep 1993 06:13:29 +0000 (23:13 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 16 Sep 1993 06:13:29 +0000 (23:13 -0700)
From-SVN: r5337

gcc/function.h

index 209e44a93f9bd1f58773ee0476875c17300c807e..df6279d972f0865a9401851e1f18e18ef0e46734 100644 (file)
@@ -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;