Fix C/should_fail/init2.c: if there is no outer_type (error case), just go on.
[cparser] / driver / firm_cmdline.h
index 90ee7f1..64c13bd 100644 (file)
@@ -36,7 +36,7 @@ struct a_firm_opt {
   a_byte   gcse;            /**< enable global common-subexpression elimination */
   a_byte   gvn_pre;         /**< enable global common-subexpression elimination
                                  and partial redundancy elimination */
-  a_byte   cond_eval;       /**< enable condition evaluation */
+  a_byte   jumpthreading;   /**< enable jumpthreading */
   a_byte   if_conversion;   /**< enable if-conversion */
   a_byte   func_calls;      /**< enable function call optimization */
   a_byte   do_inline;       /**< do automatic inlining */
@@ -82,6 +82,8 @@ struct a_firm_opt {
   a_byte   grs_simd_opt;
   a_byte   grs_create_pattern;
   unsigned spare_size;      /**< allowed spare size for table switches in machine words. */
+  a_byte   enable_statev;   /**< enable statev output */
+  char     *statev_filter;  /**< statev filter */
 };
 
 /** statistic options */