removed cgana parameter
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 24 Sep 2004 13:58:16 +0000 (13:58 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 24 Sep 2004 13:58:16 +0000 (13:58 +0000)
[r3938]

ir/ana/callgraph.c

index d0244c8..5b93b20 100644 (file)
@@ -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()) {