use the spare_size flags
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 28 Aug 2008 13:04:53 +0000 (13:04 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 28 Aug 2008 13:04:53 +0000 (13:04 +0000)
[r21549]

driver/firm_opt.c

index 004ef32..03560ce 100644 (file)
@@ -340,7 +340,7 @@ static void do_cloning(void)
 
 static void do_lower_switch(ir_graph *irg)
 {
-       lower_switch(irg, 128);
+       lower_switch(irg, firm_opt.spare_size);
 }
 
 typedef enum opt_target {