Partially undo r20786: Emit ret $0 especially when its BB is only reached by a fallt...
[libfirm] / ir / be / arm / bearch_arm_t.h
index 7710ea9..4d16a8a 100644 (file)
@@ -153,17 +153,10 @@ typedef struct _arm_code_gen_t {
 
 
 struct _arm_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 */
        int            gen_reg_names; /**< use generic register names instead of SP, LR, PC */
        int            fpu_arch;      /**< FPU architecture */
        arm_code_gen_t *cg;           /**< current code generator */
 };
 
-
-typedef struct _arm_irn_ops_t {
-       const arch_irn_ops_if_t *impl;
-       arm_code_gen_t          *cg;
-} arm_irn_ops_t;
-
-
 #endif