X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fia32%2Fbearch_ia32_t.h;h=d8b1be50c91226d30d6fcaa2e90547b020799534;hb=397df28faab6304f60941d77a433904b37bb6be6;hp=bb38021e6b450977c33479ec8c8cc2c3b16c5949;hpb=4f9018bfafdceac29bb3e76d041ba9f5a1d76a29;p=libfirm diff --git a/ir/be/ia32/bearch_ia32_t.h b/ir/be/ia32/bearch_ia32_t.h index bb38021e6..d8b1be50c 100644 --- a/ir/be/ia32/bearch_ia32_t.h +++ b/ir/be/ia32/bearch_ia32_t.h @@ -72,8 +72,6 @@ struct ia32_isa_t { * A helper type collecting needed info for IA32 intrinsic lowering. */ struct ia32_intrinsic_env_t { - ia32_isa_t *isa; /**< the isa object */ - ir_graph *irg; /**< the irg, these entities belong to */ ir_entity *divdi3; /**< entity for __divdi3 library call */ ir_entity *moddi3; /**< entity for __moddi3 library call */ ir_entity *udivdi3; /**< entity for __udivdi3 library call */