This commit is contained in:
Adrian Prantl
2018-02-28 14:32:33 -08:00
parent d0e0bff5b5
commit 8fc5c364fe

View File

@@ -440,7 +440,7 @@ public:
return ID;
}
hash_value_type ComputeHash(iternal_key_type key) {
hash_value_type ComputeHash(internal_key_type key) {
// FIXME: DJB seed=0, audit whether the default seed could be used.
return llvm::djbHash(key, 0);
}