remove now unused get_irn_outs_computed()
[libfirm] / ir / ana / irouts.c
index 06d9029..00d1f0c 100644 (file)
 #include "error.h"
 #include "ircons.h"
 
-int get_irn_outs_computed(const ir_node *node)
-{
-       return node->out != NULL;
-}
-
 int get_irn_n_outs(const ir_node *node)
 {
        assert(node->kind == k_ir_node);