]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/function.h
rtl_data.x_nonlocal_goto_handler_labels becomes an rtx_expr_list
[thirdparty/gcc.git] / gcc / function.h
index ba7597c2bdc3ad3f6705c779417fc907ee4e0766..a176e0ac66bab794b80a2cc33187758759f8a036 100644 (file)
@@ -266,7 +266,7 @@ struct GTY(()) rtl_data {
 
   /* List (chain of EXPR_LIST) of labels heading the current handlers for
      nonlocal gotos.  */
-  rtx x_nonlocal_goto_handler_labels;
+  rtx_expr_list *x_nonlocal_goto_handler_labels;
 
   /* Label that will go on function epilogue.
      Jumping to this label serves as a "return" instruction