give Bad nodes a mode
[libfirm] / include / libfirm / iropt.h
index 4339258..9d1f1a1 100644 (file)
@@ -103,13 +103,6 @@ FIRM_API int ir_is_negated_value(const ir_node *a, const ir_node *b);
 FIRM_API ir_relation ir_get_possible_cmp_relations(const ir_node *left,
                                                    const ir_node *right);
 
-/**
- * tests whether a given Cmp node is an equal/not-equal test with 0
- * (this is a bit tricky because it has to catch x!=0 for the signed case and
- *  x>0 for the unsigned case)
- */
-FIRM_API int ir_is_equality_cmp_0(const ir_node *node);
-
 #include "end.h"
 
 #endif