- removed C99 features
[libfirm] / ir / be / ia32 / ia32_nodes_attr.h
index f9b2649..8b4e92c 100644 (file)
@@ -124,7 +124,6 @@ struct ia32_attr_t {
        const be_execution_unit_t ***exec_units; /**< list of units this operation can be executed on */
 
        const arch_register_req_t **in_req;  /**< register requirements for arguments */
-       const arch_register_req_t **out_req; /**< register requirements for results */
 
        ir_label_t        exc_label;       /**< the exception label iff this instruction can throw an exception */