started adding a relation to the Cmp node
[libfirm] / ir / be / sparc / sparc_nodes_attr.h
index 58665ac..3753322 100644 (file)
@@ -62,15 +62,6 @@ struct sparc_fp_conv_attr_t {
        ir_mode      *dest_mode;
 };
 
-/**
- * attribute for save instruction
- */
-typedef struct sparc_save_attr_t sparc_save_attr_t;
-struct sparc_save_attr_t {
-       sparc_attr_t  base;              /**< generic attribute */
-       int           initial_stacksize; /* the min. stack size required by the sparc ABI */
-};
-
 /**
  * attributes for load/store adressing modes
  */
@@ -88,7 +79,7 @@ struct sparc_load_store_attr_t {
 typedef struct sparc_jmp_cond_attr_t sparc_jmp_cond_attr_t;
 struct sparc_jmp_cond_attr_t {
        sparc_attr_t base;    /**< generic attribute */
-       pn_Cmp       pnc;
+       ir_relation  relation;
        bool         is_unsigned : 1;
 };