never set the startblock to bad (even without the self-referencing loop)
[libfirm] / ir / ir / irdump_t.h
index 23eed8b..8067418 100644 (file)
@@ -69,7 +69,7 @@ const char *get_irg_dump_name(ir_graph *irg);
 void vcg_close (FILE *F);
 
 
-const char *get_ent_dump_name(entity *ent);
+const char *get_ent_dump_name(ir_entity *ent);
 const char *get_type_name_ex(ir_type *tp, int *bad);
 const char *get_mode_name_ex(ir_mode *mode, int *bad);
 /**
@@ -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__ */