Removed ANNOUNCE macro
[libfirm] / ir / ir / irflag_t.def
index 3426e85..39bdb62 100644 (file)
@@ -77,8 +77,8 @@ I_FLAG(fragile_ops                        , 19, OFF)
 /** If conversion. */
 I_FLAG(if_conversion                      , 20, OFF)
 
-/** Optimize real function calls. */
-I_FLAG(real_function_call                 , 21, ON)
+/** Optimize function calls. */
+I_FLAG(function_call                      , 21, ON)
 
 /** Optimize cast nodes. */
 E_FLAG(optimize_class_casts               , 22, ON)
@@ -99,5 +99,8 @@ I_FLAG(sel_based_null_check_elim          , 27, OFF)
 /** Automatically create Sync node during construction. */
 I_FLAG(auto_create_sync                   , 28, OFF)
 
+/** Enable Alias-analysis. */
+I_FLAG(alias_analysis                     , 29, ON)
+
 /** Closed world assumption. */
 I_FLAG(closed_world                       , 31, OFF)