X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana%2Fexecfreq.c;h=fbf0033ec3c58c809ac69d39fd1c27237da40570;hb=109a60bfcf239f2b5304c709a430658920c287cf;hp=1bcf3e6fe8d8d82afb5de1419df5b15b710f3b03;hpb=9e32d446edc895d0a6a8033352376bfc20002790;p=libfirm diff --git a/ir/ana/execfreq.c b/ir/ana/execfreq.c index 1bcf3e6fe..fbf0033ec 100644 --- a/ir/ana/execfreq.c +++ b/ir/ana/execfreq.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -152,7 +152,6 @@ solve_lgs(gs_matrix_t *mat, double *x, int size) for (i = 0; i < size; ++i) x[i] = init; - gs_matrix_dump(mat, size, size, stderr); stat_ev_dbl("execfreq_matrix_size", size); stat_ev_tim_push(); do { @@ -299,6 +298,8 @@ compute_execfreq(ir_graph * irg, double loop_weight) } } + dfs_free(dfs); + /* * Add a loop from end to start. * The problem is then an eigenvalue problem: