X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fmips%2Fbearch_mips_t.h;h=06f24381df3fef27ee490b1aaa8a1e3beb52afbb;hb=f37b4dbb329604edd67ff5877161cb5322e93020;hp=edf83f7c52a8bcfb2df7510740601977c7f458fc;hpb=1ec30d95387eb392ba5a1adc7958ebd91383d59c;p=libfirm diff --git a/ir/be/mips/bearch_mips_t.h b/ir/be/mips/bearch_mips_t.h index edf83f7c5..06f24381d 100644 --- a/ir/be/mips/bearch_mips_t.h +++ b/ir/be/mips/bearch_mips_t.h @@ -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. * @@ -35,7 +35,6 @@ #include "set.h" typedef struct mips_isa_t mips_isa_t; -typedef struct mips_irn_ops_t mips_irn_ops_t; typedef struct mips_transform_env_t mips_transform_env_t; struct mips_code_gen_t { @@ -50,13 +49,8 @@ struct mips_code_gen_t { }; struct mips_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. */ -}; - -struct mips_irn_ops_t { - const arch_irn_ops_if_t *impl; - mips_code_gen_t *cg; + arch_env_t arch_env; /**< must be derived from arch_env_t */ + mips_code_gen_t *cg; };