X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Fident.h;h=5296f339eb278cca6f995f3f00706955fe8ff3ef;hb=f7a0dee11313faad6f2ff54edc8eaadabd03e433;hp=b2a0f6e6bd4e2f3838e7961a59f90c25053fadd2;hpb=4ad9a0aefb83cc34a4cd05907f934d1e50de780a;p=libfirm diff --git a/include/libfirm/ident.h b/include/libfirm/ident.h index b2a0f6e6b..5296f339e 100644 --- a/include/libfirm/ident.h +++ b/include/libfirm/ident.h @@ -305,6 +305,9 @@ ident *mangle_dot (ident *first, ident* scnd); /** mangle: Returns a new ident that represents firstscnd. */ ident *mangle (ident *first, ident* scnd); +/** Returns a new ident that represents 'prefixscndsuffix'. */ +ident *mangle3 (const char *prefix, ident *middle, const char *suffix); + /** returns a mangled name for a Win32 function using it's calling convention */ ident *decorate_win32_c_fkt(ir_entity *ent, ident *id);