From 2f935e3f7b42c574f941fd4d50b5c22c6696f786 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 24 Sep 2004 13:58:16 +0000 Subject: [PATCH] removed cgana parameter [r3938] --- ir/ana/callgraph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) { -- 2.20.1