reverted antic_in
[libfirm] / ir / stat / stat_dmp.c
index 2176228..ab28727 100644 (file)
@@ -261,7 +261,7 @@ static void simple_dump_opt_hash(dumper_t *dmp, pset *set, int index)
 static void simple_dump_be_block_reg_pressure(dumper_t *dmp, graph_entry_t *entry)
 {
        /* return if no be statistic information available */
-       be_block_entry_t *const b_first = (be_block_entry_t*)pset_first(entry->be_block_hash);
+       be_block_entry_t *const b_first = pset_first(be_block_entry_t, entry->be_block_hash);
        if (!b_first)
                return;
 
@@ -754,7 +754,6 @@ static void csv_dump_graph(dumper_t *dmp, graph_entry_t *entry)
                ir_graph *const_irg = get_const_code_irg();
 
                if (entry->irg == const_irg) {
-                       name = "<Const code Irg>";
                        return;
                } else {
                        if (entry->ent)