From: Michael Beck Date: Wed, 22 Jun 2005 16:55:25 +0000 (+0000) Subject: uses new flags for arithmetic simplifications X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=76b4baf1521341b24bf00eea360916d435dbe918;p=libfirm uses new flags for arithmetic simplifications [r6097] --- diff --git a/ir/stat/firmstat_t.h b/ir/stat/firmstat_t.h index ab4bd397a..da1d2825d 100644 --- a/ir/stat/firmstat_t.h +++ b/ir/stat/firmstat_t.h @@ -93,7 +93,7 @@ typedef struct _graph_entry_t { counter_t cnt_if_conv[IF_RESULT_LAST]; /**< number of if conversions */ counter_t cnt_real_func_call; /**< number real function call optimization */ unsigned num_tail_recursion; /**< number of tail recursion optimizations */ - HASH_MAP(opt_entry_t) *opt_hash[HOOK_OPT_LAST]; /**< hash maps containing opcode counter for optimizations */ + HASH_MAP(opt_entry_t) *opt_hash[FS_OPT_MAX]; /**< hash maps containing opcode counter for optimizations */ ir_graph *irg; /**< the graph of this object */ entity *ent; /**< the entity of this graph if one exists */ set *address_mark; /**< a set containing the address marks of the nodes */