From: Michael Beck Date: Fri, 24 Sep 2004 13:58:16 +0000 (+0000) Subject: removed cgana parameter X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=2f935e3f7b42c574f941fd4d50b5c22c6696f786;p=libfirm removed cgana parameter [r3938] --- diff --git a/ir/ana/callgraph.c b/ir/ana/callgraph.c index d0244c8ce..5b93b2083 100644 --- a/ir/ana/callgraph.c +++ b/ir/ana/callgraph.c @@ -1128,7 +1128,7 @@ void analyse_loop_nesting_depth(void) { /* establish preconditions. */ if (get_irp_callee_info_state() != irg_callee_info_consistent) { - cgana(&arr_len, &free_methods, 0); + cgana(&arr_len, &free_methods); } if (irp_callgraph_consistent != get_irp_callgraph_state()) {