mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-03 07:26:08 +00:00

The field is currently `void*`, which was originlly chosen in 2010 to not need to include `DenseMap`. Since then, `DenseMap` has been included in the header file anyways, so there is no more need to for the indirection via `void*` and the cruft around it can be removed. Differential Revision: https://reviews.llvm.org/D140758