[llvm] [ADT][NFC] Remove unused ValueInfoT from DenseSetImpl (PR #207277)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 3 02:44:25 PDT 2026


================
@@ -52,8 +52,7 @@ template <typename KeyT> class DenseSetPair : public DenseSetEmpty {
 ///
 /// or the equivalent SmallDenseMap type.  ValueInfoT must implement the
 /// DenseMapInfo "concept".
----------------
nikic wrote:

```suggestion
/// or the equivalent SmallDenseMap type.
```

https://github.com/llvm/llvm-project/pull/207277


More information about the llvm-commits mailing list