[PATCH] D108458: [clang][CodeGen] Add default constructor for Address. NFC.

Andy Wingo via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 23 07:28:09 PDT 2021


wingo abandoned this revision.
wingo added a comment.

In D108458#2957789 <https://reviews.llvm.org/D108458#2957789>, @rjmccall wrote:

> You can still use a type without a default constructor in a `DenseMap`; you just have to use `insert` instead of `dict[key] = ...`.

Aaaah, thanks for this note.  Closing this PR, then.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108458/new/

https://reviews.llvm.org/D108458



More information about the cfe-commits mailing list