make firm_isa default
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Mon, 16 Jan 2006 10:08:40 +0000 (10:08 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Mon, 16 Jan 2006 10:08:40 +0000 (10:08 +0000)
ir/be/bemain.c

index c60e96e..bc4f54c 100644 (file)
@@ -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