X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Fident.h;h=f77e6daa2881e6177c13b86c08bf6802385df012;hb=64252961a7d41265ff28353949e63f0662a1cd03;hp=0015feefef6056d918fa3f5487c082149826575f;hpb=5abcc4841bb185ed413379dacf8e00a2e379236b;p=libfirm diff --git a/include/libfirm/ident.h b/include/libfirm/ident.h index 0015feefe..f77e6daa2 100644 --- a/include/libfirm/ident.h +++ b/include/libfirm/ident.h @@ -110,11 +110,6 @@ FIRM_API int id_contains_char(ident *id, char c); */ FIRM_API ident *id_unique(const char *tag); -/** Computes a definite name for this entity by concatenating - the name of the owner type and the name of the entity with - a separating "_". */ -FIRM_API ident *id_mangle_entity(const ir_entity *ent); - /** mangle underscore: Returns a new ident that represents first_scnd. */ FIRM_API ident *id_mangle_u(ident *first, ident* scnd);