X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fmips%2Fbearch_mips_t.h;h=06f24381df3fef27ee490b1aaa8a1e3beb52afbb;hb=f37b4dbb329604edd67ff5877161cb5322e93020;hp=f7b11e8901e3818e4a9ee47d82e78d9c424a8208;hpb=b0e09fe0aada2e5d9dc0299e969b3c93c1092d97;p=libfirm diff --git a/ir/be/mips/bearch_mips_t.h b/ir/be/mips/bearch_mips_t.h index f7b11e890..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,15 +49,10 @@ struct mips_code_gen_t { }; struct mips_isa_t { - arch_isa_t arch_isa; /**< must be derived from arch_isa_t */ + arch_env_t arch_env; /**< must be derived from arch_env_t */ mips_code_gen_t *cg; }; -struct mips_irn_ops_t { - const arch_irn_ops_if_t *impl; - mips_code_gen_t *cg; -}; - /** * this is a struct to minimize the number of parameters