Fix the binary emitter for Set: The pnc must be massaged a bit, before it can be...
[libfirm] / ir / be / ia32 / ia32_new_nodes.c
index 156e87d..ecbcfb9 100644 (file)
@@ -655,15 +655,6 @@ const arch_register_req_t *get_ia32_in_req(const ir_node *node, int pos) {
        return attr->in_req[pos];
 }
 
-/**
- * Returns the result register requirement at position pos of an ia32 node.
- */
-const arch_register_req_t *get_ia32_out_req(const ir_node *node, int pos)
-{
-       backend_info_t *info = be_get_info(node);
-       return info->out_infos[pos].req;
-}
-
 /**
  * Sets the IN register requirements at position pos.
  */