X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fadt%2Fpmap.h;h=faeb7dfed7fa0e616ab4ae1422af6aa1aa30ed4a;hb=d2dc2564b47d9c113d7e6e598574e9733627fcca;hp=7470cc488108fd7b4c7dd7f3bfbc68f424691474;hpb=eb2bcd441f1bf814b64fcae743503fa4dd258981;p=libfirm diff --git a/ir/adt/pmap.h b/ir/adt/pmap.h index 7470cc488..faeb7dfed 100644 --- a/ir/adt/pmap.h +++ b/ir/adt/pmap.h @@ -50,6 +50,8 @@ pmap_entry * pmap_find(pmap *map, void * key); /** Returns the value of "key". */ void * pmap_get(pmap *map, void * key); +int pmap_count(pmap *map); + /** * Returns the first entry of a map if the map is not empty. */