X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Firprog.h;h=da1da0683ac5dec80bb5e6c2b95431c53be35d5d;hb=9ec98298a0bf99ccb9533365dd7245e0a380f3df;hp=394df4d296e2d8e4454e452f91cf69bdacae7255;hpb=1ce363f80e6a204d4011f85813362d9bd1d0e7e4;p=libfirm diff --git a/include/libfirm/irprog.h b/include/libfirm/irprog.h index 394df4d29..da1da0683 100644 --- a/include/libfirm/irprog.h +++ b/include/libfirm/irprog.h @@ -152,6 +152,13 @@ ir_type *get_glob_type(void); */ ir_type *get_tls_type(void); +/** + * returns the constructors type containing entities that should be put in + * the constructos section. (The constructors section contains pointers to + * module constructor functions) + */ +ir_type *get_constructors_type(void); + /** Adds type to the list of types in irp. */ void add_irp_type(ir_type *typ);