added doxygen comments
[libfirm] / ir / ir / irflag.h
index e6a91d5..443887b 100644 (file)
@@ -211,6 +211,13 @@ void set_opt_tail_recursion_verbose(int value);
  */
 void set_opt_fragile_ops(int value);
 
+/**
+ * Enable/Disable if conversion.
+ *
+ * If conversion tries to turn Conds into Mux nodes to eliminate
+ * control flow.
+ */
+void set_opt_if_conversion(int value);
 
 /** Enable/Disable normalizations of the firm representation.
  *