BugFix: fixed list_for_each_safe() instance.
[libfirm] / ir / be / ppc32 / ppc32_new_nodes.c
index 54852ed..dde6e43 100644 (file)
@@ -144,15 +144,6 @@ const arch_register_req_t *get_ppc32_in_req(const ir_node *node, int pos) {
        return attr->in_req[pos];
 }
 
-/**
- * Returns the result register requirement at position pos of an ppc node.
- */
-const arch_register_req_t *get_ppc32_out_req(const ir_node *node, int pos)
-{
-       const backend_info_t *info = be_get_info(node);
-       return info->out_infos[pos].req;
-}
-
 /**
  * Sets the IN register requirements at position pos.
  */