diff options
author | Paul Walker <paul.walker@arm.com> | 2023-11-30 16:50:57 +0000 |
---|---|---|
committer | Paul Walker <paul.walker@arm.com> | 2023-12-01 12:01:23 +0000 |
commit | a2e8207178432f0af30e8c9e3b905a3fd770d500 (patch) | |
tree | 29dc5bbd1e245723bce51f24b735a022aee07b17 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | 8727982bdfb84ce4adbd138c146a6b7ecaf98fdb (diff) | |
download | llvm-a2e8207178432f0af30e8c9e3b905a3fd770d500.zip llvm-a2e8207178432f0af30e8c9e3b905a3fd770d500.tar.gz llvm-a2e8207178432f0af30e8c9e3b905a3fd770d500.tar.bz2 |
[NFC][LLVMContext] Clean up DenseMapInfo classes used for APInt & APFloat.
DenseMapAPIntKeyInfo looks like a redundant definition because it
mirrors the default used by DenseMap when not specified.
Replacing DenseMapAPFloatKeyInfo with a specialisation of
DenseMapInfo allows DenseMap<T> to be more easily used when T is
an aggregate type containing an APFloat.
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions