[all-commits] [llvm/llvm-project] 1c2777: [NFC][APInt][DenseMapInfo] Move DenseMapAPIntKeyIn...
Shinji Okumura via All-commits
all-commits at lists.llvm.org
Mon Aug 3 07:32:43 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1c2777f585fc0e5e8f853dab455c62ae50298f9a
https://github.com/llvm/llvm-project/commit/1c2777f585fc0e5e8f853dab455c62ae50298f9a
Author: Shinji Okumura <okuraofvegetable at gmail.com>
Date: 2020-08-03 (Mon, 03 Aug 2020)
Changed paths:
M llvm/include/llvm/ADT/APInt.h
M llvm/include/llvm/ADT/DenseMapInfo.h
M llvm/lib/IR/LLVMContextImpl.h
Log Message:
-----------
[NFC][APInt][DenseMapInfo] Move DenseMapAPIntKeyInfo into DenseMap.h as DenseMapInfo<APInt>
`DenseMapAPIntKeyInfo` is now located in `lib/IR/LLVMContextImpl.h`.
Moved it into `include/ADT/DenseMapInfo.h` to use it.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D85131
More information about the All-commits
mailing list