X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Fircons.h;h=1dd71514df2f2d7710c7cbaeb0ab05c06dd40501;hb=76a6c3b40390427bc516a943316642bb57daa465;hp=bac75d20348789447c37cceb4d29053799008668;hpb=bbbe7f0d73f4567d53fb186ff60481c34907592a;p=libfirm diff --git a/ir/ir/ircons.h b/ir/ir/ircons.h index bac75d203..1dd71514d 100644 --- a/ir/ir/ircons.h +++ b/ir/ir/ircons.h @@ -3813,7 +3813,13 @@ type *get_cur_frame_type(void); /* --- initialize and finalize ir construction --- */ /** Puts the graph into state "phase_high" */ -void finalize_cons (ir_graph *irg); +void irg_finalize_cons (ir_graph *irg); + +/** Puts the program and all graphs into state phase_high. + * + * This also remarks, the construction of types is finished, + * e.g., that no more subtypes will be added. */ +void irp_finalize_cons(void); /* --- Initialization --- */