From 67e2757ff9052cbb590968e018c88ff4706f5658 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Fri, 5 Sep 2008 16:54:15 +0000 Subject: [PATCH] reset chunk ids for new funtions [r21726] --- ir/be/becopyheur4.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ir/be/becopyheur4.c b/ir/be/becopyheur4.c index c95106b7f..763cefc78 100644 --- a/ir/be/becopyheur4.c +++ b/ir/be/becopyheur4.c @@ -1390,6 +1390,8 @@ int co_solve_heuristic_mst(copy_opt_t *co) { ir_node *irn; co_mst_env_t mst_env; + last_chunk_id = 0; + stat_ev_tim_push(); /* init phase */ -- 2.20.1