Use be_put_ignore_regs() instead of duplicating its logic.
[libfirm] / ir / be / ppc32 / bearch_ppc32_t.h
index ec724ba..9c40a17 100644 (file)
@@ -52,17 +52,11 @@ typedef struct _ppc32_code_gen_t {
 
 
 struct _ppc32_isa_t {
-       arch_isa_t             arch_isa;      /**< must be derived from arch_isa_t */
+       arch_env_t             arch_env;      /**< must be derived from arch_env_t */
        pset                   *symbol_set;   /**< A set containing the indirect symbols. */
 };
 
 
-typedef struct _ppc32_irn_ops_t {
-       const arch_irn_ops_if_t *impl;
-       ppc32_code_gen_t     *cg;
-} ppc32_irn_ops_t;
-
-
 /** this is a struct to minimize the number of parameters
    for transformation walker */
 typedef struct _ppc32_transform_env_t {