- further refactoring and finally eliminated the callback for get_out_reg_reqs
[libfirm] / ir / be / arm / arm_new_nodes.c
index 7ab8d67..4a0dd01 100644 (file)
@@ -247,15 +247,6 @@ const arch_register_req_t *get_arm_in_req(const ir_node *node, int pos) {
        return attr->in_req[pos];
 }
 
-/**
- * Returns the result register requirement at position pos of an arm node.
- */
-const arch_register_req_t *get_arm_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.
  */