fehler109
[libfirm] / ir / be / ppc32 / bearch_ppc32_t.h
index e4c5961..ec724ba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
@@ -29,7 +29,7 @@
 #include "debug.h"
 #include "bearch_ppc32.h"
 #include "ppc32_nodes_attr.h"
-#include "../be.h"
+#include "be.h"
 #include "../beemitter.h"
 #include "pset.h"
 #include "set.h"
@@ -53,7 +53,6 @@ typedef struct _ppc32_code_gen_t {
 
 struct _ppc32_isa_t {
        arch_isa_t             arch_isa;      /**< must be derived from arch_isa_t */
-       be_emit_env_t          emit;          /**< An emitter environment for the GAS emitter. */
        pset                   *symbol_set;   /**< A set containing the indirect symbols. */
 };