[llvm-commits] [llvm] r134907 - /llvm/trunk/utils/TableGen/

David A. Greene greened at obbligato.org
Tue Jul 12 16:36:00 PDT 2011


Jakob Stoklund Olesen <stoklund at 2pi.dk> writes:

> A large patch with only mechanical changes is not a problem as long as
> it doesn't contain any other changes.

Jakob,

I've split up the patch.  The patch to constify Inits is mostly
mechanical but contains a few reworks of object construction due to the
elimination of various "set" methods in Inits.  I'll send it for review
as soon as I get everything updated and make sure it builds.

The patch to actually convert Inits to FoldingSetNodes is also mostly
mechanical but the get() routines should probably also be reviewed.
I'll send it separately.

                               -Dave



More information about the llvm-commits mailing list