fix names of some dumped vcg files
authorMatthias Braun <matze@braunis.de>
Tue, 9 Aug 2011 07:54:25 +0000 (09:54 +0200)
committerMatthias Braun <matze@braunis.de>
Mon, 15 Aug 2011 11:49:18 +0000 (13:49 +0200)
ir/be/beprefalloc.c

index 9af9e3c..6f5b840 100644 (file)
@@ -2032,7 +2032,7 @@ static void spill(void)
        be_pre_spill_prepare_constr(irg, cls);
        be_timer_pop(T_RA_CONSTR);
 
-       dump(DUMP_RA, irg, "-spillprepare");
+       dump(DUMP_RA, irg, "spillprepare");
 
        /* spill */
        be_timer_push(T_RA_SPILL);
@@ -2043,7 +2043,7 @@ static void spill(void)
        check_for_memory_operands(irg);
        be_timer_pop(T_RA_SPILL_APPLY);
 
-       dump(DUMP_RA, irg, "-spill");
+       dump(DUMP_RA, irg, "spill");
 }
 
 /**