mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
a05660fcc0
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 |
||
---|---|---|
.. | ||
llvm | ||
llvm-c |