fixed max value
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 9 Jul 2004 11:08:07 +0000 (11:08 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 9 Jul 2004 11:08:07 +0000 (11:08 +0000)
[r3382]

ir/stat/firmstat.h

index 752819b..779cb92 100644 (file)
@@ -33,7 +33,7 @@ typedef enum {
   STAT_OPT_CONST_EVAL, /**< constant evaluation */
   STAT_LOWERED,                /**< lowered */
 
-  STAT_OPT_MAX        = 10
+  STAT_OPT_MAX
 } stat_opt_kind;
 
 /**