(switch_table_difference_label_flag): New variable.
authorRichard Stallman <rms@gnu.org>
Thu, 9 Jul 1992 22:11:51 +0000 (22:11 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 9 Jul 1992 22:11:51 +0000 (22:11 +0000)
From-SVN: r1543

gcc/config/m68k/m68k.c

index c214359..dfdcef0 100644 (file)
@@ -44,6 +44,10 @@ enum reg_class regno_reg_class[]
 
 #endif /* defined SUPPORT_SUN_FPA */
 
+/* This flag is used to communicate between movhi and ASM_OUTPUT_CASE_END,
+   if SGS_SWITCH_TABLE.  */
+int switch_table_difference_label_flag;
+
 static rtx find_addr_reg ();
 rtx legitimize_pic_address ();
 \f