X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftr%2Fmangle.h;h=ee100630072fcb6047b1fb91038c0c7dc27eb041;hb=d88be9755d1677cd1b1cfb3421769fb87cb15997;hp=c1f1b3320184adc8b742caf1d13046b0d6d5d073;hpb=efbeaff549fcc6015da255ed4d453a95937ff0fd;p=libfirm diff --git a/ir/tr/mangle.h b/ir/tr/mangle.h index c1f1b3320..ee1006300 100644 --- a/ir/tr/mangle.h +++ b/ir/tr/mangle.h @@ -12,5 +12,10 @@ void init_mangle (void); +/* Computes a definite name for this entity by concatenating + the name of the owner type and the name of the entity with + a separating "_". f*/ ident *mangle_entity (entity *ent); -ident *mangle_type (type *type); + +/* Sorry, I'm not sure what this does... seems to copy the string. */ +ident *mangle_type (type *type);