X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbemain.c;h=bc4f54cebc6729c1d25efc9a7bed4626d8c779bf;hb=0d841728a12986b13b56bc5c019ff9466f1bd3ae;hp=c60e96e5454f0970009fb89ea4a383960c774c8b;hpb=bdf3df765e0e63a604e9ec8b91f997c8c98b2959;p=libfirm diff --git a/ir/be/bemain.c b/ir/be/bemain.c index c60e96e54..bc4f54ceb 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 = &ia32_isa_if; +static const arch_isa_if_t *isa_if = &firm_isa; #ifdef WITH_LIBCORE