rename type entity into ir_entity
[libfirm] / ir / stat / stat_dmp.c
index 043d091..7ca6d7f 100644 (file)
@@ -421,8 +421,8 @@ static void simple_dump_graph(dumper_t *dmp, graph_entry_t *entry)
 
        /* address ops */
        fprintf(dmp->f,
-               " pure address calculation ops: %u\n"
-               " all address calculation ops : %u\n",
+               " pure address calc ops     : %u\n"
+               " all address calc ops      : %u\n",
                cnt_to_uint(&entry->cnt_pure_adr_ops),
                cnt_to_uint(&entry->cnt_all_adr_ops));