[ORC] Modify DenseMap hashing for SymbolStringPtrs.
Modifies the DenseMapInfo<SymbolStringPtr>::getHashValue method to take its argument by const-ref rather than by value (to avoid unnecessary ref-counting operations) and to defer to DenseMapInfo<void*> for the hash value computation (since SymbolStringPtrs are just pointers under the hood). llvm-svn: 360831
Loading
Please sign in to comment