X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbemain.c;h=c60e96e5454f0970009fb89ea4a383960c774c8b;hb=bdf3df765e0e63a604e9ec8b91f997c8c98b2959;hp=bc4f54cebc6729c1d25efc9a7bed4626d8c779bf;hpb=1345e0ae4de685dbb4012d7f66b6a54c3cf1f27b;p=libfirm diff --git a/ir/be/bemain.c b/ir/be/bemain.c index bc4f54ceb..c60e96e54 100644 --- a/ir/be/bemain.c +++ b/ir/be/bemain.c @@ -72,7 +72,7 @@ static unsigned dump_flags = DUMP_INITIAL | DUMP_SCHED | DUMP_PREPARED | DUMP_RA static const be_ra_t *ra = &be_ra_chordal_allocator; /* back end instruction set architecture to use */ -static const arch_isa_if_t *isa_if = &firm_isa; +static const arch_isa_if_t *isa_if = &ia32_isa_if; #ifdef WITH_LIBCORE