fixed output
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 13 Dec 2006 13:31:13 +0000 (13:31 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 13 Dec 2006 13:31:13 +0000 (13:31 +0000)
[r8444]

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));