differentiate between Bad and Deleted (because of exchange) nodes, this avoid some...
[libfirm] / ir / be / be_t.h
index cc3fdaf..687bf09 100644 (file)
@@ -58,22 +58,15 @@ enum {
        BE_VERIFY_ASSERT
 };
 
-enum {
-       BE_SCHED_LIST,
-       BE_SCHED_ILP
-};
-
 /** Backend options */
 struct be_options_t {
        unsigned dump_flags;      /**< backend dumping flags */
        int  timing;              /**< time the backend phases */
        int  opt_profile;         /**< instrument code for profiling */
        int  omit_fp;             /**< try to omit the frame pointer */
-       int  omit_leaf_fp;        /**< try to omit the frame pointer in leaf routines */
        int  pic;                 /**< create position independent code */
        int  gprof;               /**< create gprof compatible profiling code */
        int  verify_option;       /**< backend verify option */
-       int  scheduler;           /**< the scheduler */
        char target_os[128];      /**< target operating system name */
        char ilp_server[128];     /**< the ilp server name */
        char ilp_solver[128];     /**< the ilp solver name */