X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fident%2Fident.c;h=47838da79d691e2a6a6c61ac42cd671928858e99;hb=afbbc0b1ccd684c4c24bfd43d0f994123245f39f;hp=b8cbd833798ba497a4a804a8d3801f827617549c;hpb=4853d5f7a9a07cb9d1374fb2dd1f75554e0036ae;p=libfirm diff --git a/ir/ident/ident.c b/ir/ident/ident.c index b8cbd8337..47838da79 100644 --- a/ir/ident/ident.c +++ b/ir/ident/ident.c @@ -282,6 +282,7 @@ void init_ident(ident_if_t *id_if, int initial_n_idents) impl.get_id_wcslen = set_get_id_wcslen; #endif /* FIRM_ENABLE_WCHAR */ + /* it's ok to use memcmp here, we check only strings */ impl.handle = new_set(memcmp, initial_n_idents); } }