1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/include
Justin Bogner 62356515cc CodeGen: Let the BumpPtrAllocator free the elements of indexList
The indexList's nodes are all allocated on a BumpPtrAllocator, so it's
more efficient to let them be freed when it goes away, rather than
deleting them directly. This is a follow up to r254794.

llvm-svn: 254808
2015-12-05 00:39:14 +00:00
..
llvm CodeGen: Let the BumpPtrAllocator free the elements of indexList 2015-12-05 00:39:14 +00:00
llvm-c [IR] Add support for empty tokens 2015-11-11 21:57:16 +00:00