perform custom abi construction in sparc as well to handle floatingpoint
[libfirm] / ir / be / sparc / sparc_nodes_attr.h
index ca40638..c48f313 100644 (file)
@@ -38,6 +38,8 @@ struct sparc_attr_t
        const arch_register_req_t **in_req;             /**< register requirements for arguments */
        int                         immediate_value;    /* immediate values */
        bool                        is_load_store;
+
+       ir_entity                  *immediate_value_entity; /* hack for now */
 };
 
 /**