use xmalloc instead of malloc
[libfirm] / ir / ir / irdump_t.h
index 23eed8b..0df5f36 100644 (file)
@@ -84,4 +84,6 @@ int dump_node_label(FILE *F, ir_node *n);
 /** Writes vcg representation with title "PRINT_TYPEID(tp)" to file F. */
 int dump_type_node(FILE *F, ir_type *tp);
 
+
+
 #endif /* __IRDUMPT_T_H__ */