fixed SetST0 register settings
[libfirm] / ir / be / be_t.h
index b9f6ee9..bf4ea0b 100644 (file)
@@ -37,29 +37,11 @@ enum {
        BE_VRFY_ASSERT
 };
 
-enum {
-       BE_SCHED_SELECT_TRIVIAL  = 0,
-       BE_SCHED_SELECT_REGPRESS = 1,
-       BE_SCHED_SELECT_MUCHNIK  = 2,
-       BE_SCHED_SELECT_HEUR     = 3,
-       BE_SCHED_SELECT_HMUCHNIK = 4,
-       BE_SCHED_SELECT_RANDOM   = 5
-};
-
-enum {
-       BE_SCHED_PREP_NONE = 0,
-       BE_SCHED_PREP_MRIS = 2,
-       BE_SCHED_PREP_RSS  = 3
-};
-
 /** Backend options */
 struct _be_options_t {
        int  dump_flags;          /**< backend dumping flags */
        int  timing;              /**< time the backend phases */
-       int  sched_select;        /**< the current scheduler */
-       int  sched_prep;
        int  opt_profile;         /**< instrument code for profiling */
-       int  mris;                /**< enable mris preparation */
        int  omit_fp;             /**< try to omit the frame pointer */
        int  stabs_debug_support; /**< enable stabs debugging support */
        int  vrfy_option;         /**< backend verify option */