forked from OSchip/llvm-project
parent
9f9f2ddb86
commit
c1e146e024
|
@ -574,7 +574,7 @@ private:
|
||||||
|
|
||||||
struct StringRefMappingInfo {
|
struct StringRefMappingInfo {
|
||||||
static StringRef getEmptyKey() { return StringRef(); }
|
static StringRef getEmptyKey() { return StringRef(); }
|
||||||
static StringRef getTombstoneKey() { return StringRef(" ", 0); }
|
static StringRef getTombstoneKey() { return StringRef(" ", 1); }
|
||||||
static unsigned getHashValue(StringRef const val) {
|
static unsigned getHashValue(StringRef const val) {
|
||||||
return llvm::HashString(val);
|
return llvm::HashString(val);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue