*** empty log message ***
[libfirm] / ir / tr / mangle.h
index c1f1b33..38a507e 100644 (file)
 
 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... */
+ident *mangle_type   (type *type);