used xcalloc instead of calloc
[libfirm] / ir / be / beutil.h
index 3d37044..3c2c50e 100644 (file)
@@ -38,5 +38,6 @@ static INLINE int is_data_node(const ir_node *irn)
 }
 
 
+void dump_allocated_irg(ir_graph *irg);
 
 #endif