[llvm-commits] [PATCH] Make Inits FoldingSetNodes
David A. Greene
dag at cray.com
Thu Jul 14 13:58:54 PDT 2011
Chris Lattner <clattner at apple.com> writes:
> A pre-approved good way to get the mechanical part of this patch in is to *just* change "new whatever" to "whatever::get" where "whatever::get" is
> defined in terms of new. That will get the mechanical part of the patch out of the way and make it much easier to review the actual changes
> you're making.
I ended up doing this as I reworked the patches to use ArrayRef. So you
should see this bit come across separately.
-Dave
More information about the llvm-commits
mailing list