David Blaikie c37ae28d93 Store State objects by value in TableGen's DFAPacketizerEmitter
Removes some extra manual dynamic memory allocation/management. It does
get a bit quirky having to make State's members mutable and
pointers/references to const rather than non-const, but that's a
necessary workaround to dealing with the std::set elements.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206807 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-21 22:35:11 +00:00
..
2014-04-17 22:26:44 +00:00
2013-12-02 05:10:04 +00:00
2013-12-02 05:10:04 +00:00
2014-02-09 07:55:19 +00:00
2013-08-28 07:03:02 +00:00
2014-04-20 22:10:16 +00:00