X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Ffirm_types.h;h=f6e52cee7eda828907e80ea43223e49c49b1a3b7;hb=b75bd7505027badb025b45a301f8ee84d1f9e6ae;hp=4749ddab74051ec46aaa77e2622b911012d308e9;hpb=0501272720e3d2f889b60fd0db74bf8adc209f9a;p=libfirm diff --git a/include/libfirm/firm_types.h b/include/libfirm/firm_types.h index 4749ddab7..f6e52cee7 100644 --- a/include/libfirm/firm_types.h +++ b/include/libfirm/firm_types.h @@ -64,6 +64,7 @@ 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 void irg_walk_func(ir_node *, void *);