Added node info dump callbacks
[libfirm] / ir / ir / irdump.h
index e1c1117..1808ee4 100644 (file)
@@ -510,11 +510,11 @@ void    dump_entity (entity *ent);
 
 /** Write the type and all its attributes to the file passed.
  * */
-void    dump_type_to_file (FILE *f, type *tp, dump_verbosity verbosity);
+void    dump_type_to_file (FILE *f, ir_type *tp, dump_verbosity verbosity);
 
 /** Write the type and all its attributes to stdout.
  *  */
-void    dump_type (type *tp);
+void    dump_type (ir_type *tp);
 
 
 /** Dump type information as text.
@@ -644,4 +644,11 @@ void dump_pointer_values_to_info(int flag);
  */
 void dump_ld_names(int flag);
 
+/** Dumps all graph anchor nodes, even if they
+ * are dead.
+ *
+ * This option is off per default.
+ */
+void dump_all_anchors(int flag);
+
 # endif /* _IRDUMP_H_ */