[llvm][AsmPrinter][NFC] Cleanup `GCMetadataPrinters` field
authorMarkus Böck <markus.boeck02@gmail.com>
Thu, 29 Dec 2022 19:47:29 +0000 (20:47 +0100)
committerMarkus Böck <markus.boeck02@gmail.com>
Thu, 29 Dec 2022 19:47:45 +0000 (20:47 +0100)
commit8f8313d53379075af1a2169ee4b45bf67a0a3306
tree154aef58f020f5cd6cc65cd9a67477315764fb6e
parent30af2e31917021f68a3d16ee71335f048c9e6235
[llvm][AsmPrinter][NFC] Cleanup `GCMetadataPrinters` field

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
llvm/include/llvm/CodeGen/AsmPrinter.h
llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp