llvm-6502/include/llvm/TableGen
Dylan Noblesmith d52b1d08df TableGen: delete no-op code
This does nothing but remove the Record from the map, and
then re-add it, without actually changing it in between.

The Record's Name used to be changed before re-adding it
when the code was first committed in r137232, but the
name-changing lines were removed in r142510, and since
then this code seems to do nothing.

This was also the only caller of removeClass or removeDef,
so now RecordKeeper owns its Records unconditionally,
and could be unique_ptr-ified.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216349 91177308-0d34-0410-b5e6-96231b3b80d8
2014-08-24 19:10:53 +00:00
..
Error.h Reformat blank lines. 2014-05-12 03:32:56 +00:00
Main.h Reformat blank lines. 2014-05-12 03:32:56 +00:00
Record.h TableGen: delete no-op code 2014-08-24 19:10:53 +00:00
SetTheory.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
StringMatcher.h Reformat blank lines. 2014-05-12 03:32:56 +00:00
StringToOffsetTable.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
TableGenBackend.h