Added add_saturated
[libfirm] / ir / ana / phiclass_t.h
index fd87da8..5367c4d 100644 (file)
@@ -20,13 +20,4 @@ extern size_t phi_irn_data_offset;
 #define _get_phi_class(irn)     get_irn_phi_info(irn)->phi_class
 #define _set_phi_class(irn,cls) get_irn_phi_info(irn)->phi_class = cls
 
-/**
- * Computes all phi classes of an irg. All phi nodes of this irg must be
- * contained in @p all_phi_nodes. Otherwise the results may be wrong.
- * @param all_phi_nodes All phi nodes of an irg.
- * @return A set containing all phi classes as psets
- */
-pset *phi_class_compute_by_phis(pset *all_phi_nodes);
-
-
 #endif