From 8d9d5ce0d1438dc8c8e3bd73fa02cde163b7c754 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20W=C3=BCrdig?= Date: Mon, 16 Jan 2006 10:08:40 +0000 Subject: [PATCH] make firm_isa default --- ir/be/bemain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1