Added cnt_eq() and cnt_gt() to compare conters with unsigned values
[libfirm] / testprograms / recursions.c
index ccf6bcf..a6d5add 100644 (file)
@@ -172,10 +172,10 @@ main(void)
 
   entity **free_methods;
   int arr_len;
-  cgana(&arr_len, &free_methods, 0);
+  cgana(&arr_len, &free_methods);
   compute_callgraph();
   find_callgraph_recursions();
-  dump_callgraph("");
+  //dump_callgraph("");  /* Order of edges depends on set.c, which is not deterministic. */
   cg_construct(arr_len, free_methods);
 
   printf("Use xvcg to view these graphs:\n");