diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2021-10-07 23:26:45 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2021-10-08 21:44:29 +0200 |
commit | c7f9505a8a0357a65ee8bee9e2ec2cbfe845c7f9 (patch) | |
tree | cc93b61e59e2275e2104a7657b27de94e6c2450a /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | 208f9005277a22d7e282a568ea7849895b2a09d3 (diff) | |
download | llvm-c7f9505a8a0357a65ee8bee9e2ec2cbfe845c7f9.zip llvm-c7f9505a8a0357a65ee8bee9e2ec2cbfe845c7f9.tar.gz llvm-c7f9505a8a0357a65ee8bee9e2ec2cbfe845c7f9.tar.bz2 |
[DenseMapInfo] Move hash_code implementation to Hashing.h (NFC)
This moves the DenseMapInfo implementation for hash_code into
Hashing.h, removing the need to include Hashing.h (and thus <string>)
in DenseMapInfo.h. This follows the general convention of declaring
DenseMapInfo for types that we own in the respective header. The
remaining implementations in DenseMapInfo.h are all for types we
do not own.
Differential Revision: https://reviews.llvm.org/D111451
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions