add missing dbg hooks for boolean simplifications
[libfirm] / include / libfirm / firm_types.h
index b14ec99..9ec9bbc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
@@ -44,6 +44,7 @@ typedef unsigned long long ulong64;
 
 typedef unsigned long ir_visited_t;
 typedef unsigned long ir_exc_region_t;
+typedef unsigned long ir_label_t;
 
 typedef struct dbg_info             dbg_info,            *dbg_info_ptr;
 typedef const struct _ident         ident,               *ir_ident_ptr;
@@ -63,8 +64,11 @@ typedef struct compound_graph_path  compound_graph_path, *ir_compound_graph_path
 typedef struct _ir_phase            ir_phase,            *ir_phase_ptr;
 typedef struct _ir_extblk           ir_extblk,           *ir_extblk_ptr;
 typedef struct ir_exec_freq         ir_exec_freq,        *ir_exec_freq_ptr;
+typedef struct ir_cdep              ir_cdep,             *ir_cdep_ptr;
 typedef struct sn_entry             *seqno_t;
 
+typedef union  ir_initializer_t     ir_initializer_t,    *ir_initializer_ptr;
+
 typedef void irg_walk_func(ir_node *, void *);
 typedef void irg_reg_walk_func(ir_region *, void *);