From 05c0043facd79786feecb7c3b756c4e95628908c Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 13 Dec 2006 13:31:13 +0000 Subject: [PATCH] fixed output [r8444] --- ir/stat/stat_dmp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/stat/stat_dmp.c b/ir/stat/stat_dmp.c index 043d0911b..7ca6d7f20 100644 --- a/ir/stat/stat_dmp.c +++ b/ir/stat/stat_dmp.c @@ -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)); -- 2.20.1