X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopystat.c;h=e473a8db7330f517bc30a07e86e55cce7ad35921;hb=0bddf6c31e2dc664e50eed6609ac36a1a86e1536;hp=1c36a177468b6146e4cee6184e9783cb5a750528;hpb=32bb9cd68eb4e4a550475b5ab516fd1b8de22456;p=libfirm diff --git a/ir/be/becopystat.c b/ir/be/becopystat.c index 1c36a1774..e473a8db7 100644 --- a/ir/be/becopystat.c +++ b/ir/be/becopystat.c @@ -22,7 +22,6 @@ * @brief Copy node statistics. * @author Daniel Grund * @date 19.04.2005 - * @version $Id$ */ #include "config.h" @@ -108,7 +107,7 @@ enum vals_t { /** * Holds current values. Values are added till next copystat_reset */ -int curr_vals[ASIZE]; +static int curr_vals[ASIZE]; static ir_nodeset_t *all_phi_nodes; static ir_nodeset_t *all_copy_nodes;