Skip to content
  1. Aug 25, 2014
  2. Aug 24, 2014
    • Dylan Noblesmith's avatar
      TableGen: unique_ptr-ify RecordKeeper · 085fc4d6
      Dylan Noblesmith authored
      llvm-svn: 216350
      085fc4d6
    • Dylan Noblesmith's avatar
      TableGen: delete no-op code · aa9b74c5
      Dylan Noblesmith authored
      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.
      
      llvm-svn: 216349
      aa9b74c5
Loading