cleanup: Fix typos in comments.
[libfirm] / ir / be / be_t.h
index 67fa9be..4a56e7d 100644 (file)
 #ifndef FIRM_BE_BE_T_H
 #define FIRM_BE_BE_T_H
 
-#include "firm_types.h"
-#include "obst.h"
-#include "debug.h"
-#include "bitset.h"
-#include "timing.h"
-#include "pmap.h"
-
 #include "be.h"
 #include "be_types.h"
+#include "bitset.h"
+#include "firm_types.h"
+#include "pmap.h"
+#include "timing.h"
 
 enum {
        DUMP_NONE     = 0,
@@ -76,7 +73,6 @@ extern be_options_t be_options;
 
 struct be_main_env_t {
        arch_env_t   *arch_env;
-       FILE         *file_handle;
        const char   *cup_name;             /**< name of the compilation unit */
        pmap         *ent_trampoline_map;   /**< A map containing PIC trampolines for methods. */
        ir_type      *pic_trampolines_type; /**< Class type containing all trampolines */
@@ -113,7 +109,6 @@ typedef enum {
        T_RA_PREPARATION,
        T_SCHED,
        T_CONSTR,
-       T_SPLIT,
        T_FINISH,
        T_EMIT,
        T_VERIFY,
@@ -122,7 +117,6 @@ typedef enum {
        T_LIVE,
        T_EXECFREQ,
        T_SSA_CONSTR,
-       T_RA_PROLOG,
        T_RA_EPILOG,
        T_RA_CONSTR,
        T_RA_SPILL,