fix abs creation after recent reassoc changes
[libfirm] / ir / ana / cdep.c
index 641a58b..d746f19 100644 (file)
@@ -180,6 +180,7 @@ void compute_cdep(ir_graph *irg)
 
 void free_cdep(ir_graph *irg)
 {
+       (void) irg;
        // TODO atm leaking more memory than a small memory leaking animal
 }