X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana%2Fexecfreq.c;h=c2f1c7cf5bfe175cf456b519670d7facb3b6a915;hb=c25b0f5781313f72027722783ce6286978bdd757;hp=1bcf3e6fe8d8d82afb5de1419df5b15b710f3b03;hpb=9e32d446edc895d0a6a8033352376bfc20002790;p=libfirm diff --git a/ir/ana/execfreq.c b/ir/ana/execfreq.c index 1bcf3e6fe..c2f1c7cf5 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 {