OSDN Git Service

[TableGen] Remove all the static vectors named TheActualPool.
authorCraig Topper <craig.topper@gmail.com>
Sat, 27 May 2017 06:14:12 +0000 (06:14 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sat, 27 May 2017 06:14:12 +0000 (06:14 +0000)
commitf6f10854e208b40383435bb4bdca5b8b0784978e
tree288ecf16d4ca662035cb5dbc46a32bc65ff6f081
parentc835f01b1c627bfee7537948505dd5cc5a284822
[TableGen] Remove all the static vectors named TheActualPool.

These used to hold std::unique_ptrs that managed the allocation for the various *Init object so that they would be deleted on exit. Everything is allocated in a BumpPtrAllocator name so there is no reason for these to still exist.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304066 91177308-0d34-0410-b5e6-96231b3b80d8
lib/TableGen/Record.cpp