fehler109
[libfirm] / ir / be / arm / bearch_arm_t.h
index 386784b..7710ea9 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.
  *
@@ -157,7 +157,6 @@ struct _arm_isa_t {
        int            gen_reg_names; /**< use generic register names instead of SP, LR, PC */
        int            fpu_arch;      /**< FPU architecture */
        arm_code_gen_t *cg;           /**< current code generator */
-       be_emit_env_t  emit;          /**< An emitter environment for the GAS emitter. */
 };