X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fadt%2Fhashset.c;h=811078742941fe61ec4c63d84fc548a98946437e;hb=f8d7cadcac7404b56a67f0c6b6cd71a76cda9bd6;hp=228df271aba434971b6f68c3d35d065393abced0;hpb=c79fe4adc914d8d867772053bedf449a4f85645d;p=libfirm diff --git a/ir/adt/hashset.c b/ir/adt/hashset.c index 228df271a..811078742 100644 --- a/ir/adt/hashset.c +++ b/ir/adt/hashset.c @@ -47,7 +47,7 @@ *
  • GetKey(value) Extracts the key from a data value
  • *
  • KeysEqual(hashset,key1,key2) Tests wether 2 keys are equal
  • *
  • DO_REHASH Instead of storing the hash-values, recalculate - * them on demand from the datavalues. (usefull if + * them on demand from the datavalues. (useful if * calculating the hash-values takes less time than * a memory access)
  • *