renamed all type * to ir_type *
[libfirm] / ir / ir / irdump_t.h
index 0b96e40..b63ac79 100644 (file)
@@ -45,7 +45,7 @@
 #define ENT_CORR_EDGE_ATTR       "label: \"value %d corresponds to \" "
 #define TYPE_MEMBER_EDGE_ATTR    "class: 12 label: \"member\" color:blue"
 #define ENUM_ITEM_NODE_ATTR      "color: green"
-#define CALLGRAPH_EDGE_ATTR      "calls"
+/* #define CALLGRAPH_EDGE_ATTR      "calls" */
 
 #define PRINT_NODEID(X)       fprintf(F, "n%ld", get_irn_node_nr(X))
 #define PRINT_TYPEID(X)       fprintf(F, "\"t%ld\"", get_type_nr(X))
 #define PRINT_CONSTBLKID(X,Y) fprintf(F, "n%ldb%ld", get_irn_node_nr(X),get_irn_node_nr(Y))
 #define PRINT_LOOPID(X)       fprintf(F, "l%d", get_loop_loop_nr(X))
 #define PRINT_ITEMID(X,Y)     fprintf(F, "i%ldT%d", get_type_nr(X), (Y))
+#define PRINT_EXTBBID(X)      fprintf(F, "x%ld", get_irn_node_nr(X))
 
 extern int dump_dominator_information_flag;
-extern bool opt_dump_pointer_values_to_info;
-extern bool opt_dump_analysed_type_info;
+extern int opt_dump_pointer_values_to_info;
+extern int opt_dump_analysed_type_info;
 
 FILE *vcg_open (ir_graph *irg, const char * suffix1, const char *suffix2);
 FILE *vcg_open_name (const char *name, const char *suffix);
@@ -79,7 +80,7 @@ dump_node_opcode(FILE *F, ir_node *n);
 int dump_node_label(FILE *F, ir_node *n);
 
 
-/** Writes vcg representation with titel "PRINT_TYPEID(tp)" to file F. */
+/** Writes vcg representation with title "PRINT_TYPEID(tp)" to file F. */
 int dump_type_node(FILE *F, type *tp);
 
 #endif /* __IRDUMPT_T_H__ */