Commit 67664664 by Jim Wilson

(struct function): New field has_nonlocal_goto.

From-SVN: r5337
parent 8634413a
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment