- C99 features removed
[libfirm] / ir / ir / irflag_t.def
index e735997..a12ad73 100644 (file)
@@ -75,6 +75,8 @@ E_FLAG(dyn_meth_dispatch                  , 11, ON)
  */
 I_FLAG(normalize                          , 12, ON)
 
+I_FLAG(allow_conv_b                       , 13, ON)
+
 /** precise exception context */
 I_FLAG(precise_exc_context                , 15, ON)
 
@@ -113,6 +115,3 @@ I_FLAG(closed_world                       , 31, OFF)
 
 /** This flag is set while the reassociation optimizations are running */
 R_FLAG(reassoc                            , 0)
-
-/** This flag is set while architecture dependent optimizations are running */
-R_FLAG(arch_dep                           , 0)