- BugFix: NEVER skip BAD nodes when creating Phi's, or data cycles loops
[libfirm] / include / libfirm / be.h
index 2b17600..a44df48 100644 (file)
@@ -32,7 +32,6 @@ extern "C" {
 
 #include <stdio.h>
 #include "irarch.h"
-#include "archop.h"
 #include "lowering.h"
 
 typedef enum {
@@ -61,9 +60,6 @@ typedef struct backend_params {
        /** If set, the target architecture use an immediate floating point mode. */
        unsigned has_imm_fp_mode:1;
 
-       /** Additional opcodes settings. */
-       const arch_ops_info *arch_op_settings;
-
        /** Settings for architecture dependent optimizations. */
        const ir_settings_arch_dep_t *dep_param;