init_firm() takes now a parameter, the old behavior is enfrced with NULL.
[libfirm] / testprograms / global_cse.c
index 4f2772d..9e7ba99 100644 (file)
@@ -43,7 +43,7 @@ main(void)
 
   printf("\nCreating an IR graph: GLOBAL_CSE_EXAMPLE...\n");
 
-  init_firm ();
+  init_firm (NULL);
 
   set_optimize(1);
   set_opt_constant_folding(1);