added data for post-dominance
[libfirm] / ir / ir / irflag_t.def
index 374154e..47d2ad9 100644 (file)
@@ -66,7 +66,7 @@ I_FLAG(dead_method_elimination            , 15, ON)
 I_FLAG(precise_exc_context                , 16, ON)
 
 /** Do loop unrolling */
-I_FLAG(loop_unrolling                     , 17, ON)
+I_FLAG(loop_unrolling                     , 17, OFF)   /* currently buggy, 2.1.2006 */
 
 /** Do Strength reduction */
 I_FLAG(strength_red                       , 18, ON)
@@ -78,7 +78,7 @@ I_FLAG(redundant_loadstore                , 19, ON)
 I_FLAG(fragile_ops                        , 20, OFF)
 
 /** If conversion. */
-I_FLAG(if_conversion                      , 21, ON)
+I_FLAG(if_conversion                      , 21, OFF)
 
 /** Optimize real function calls. */
 I_FLAG(real_function_call                 , 22, ON)