fixed DEL_ARR_F
[libfirm] / ir / be / beutil.c
index 0eeac8e..002c3ad 100644 (file)
@@ -149,7 +149,7 @@ void be_dump(ir_graph *irg, const char *suffix, void (*dumper)(ir_graph *, const
 
        if (irg != last_irg) {
                last_irg = irg;
-               nr       = 0;
+               nr       = strcmp(suffix, "-abi") ? 0 : 1;
        }
 
        snprintf(buf, sizeof(buf), "-%02d%s", nr++, suffix);