[Allocator] Stop forward-declaring BumpPtrAllocator in a few places.
authorChandler Carruth <chandlerc@gmail.com>
Sun, 30 Mar 2014 11:36:29 +0000 (11:36 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 30 Mar 2014 11:36:29 +0000 (11:36 +0000)
commit7c5042f86b4ad7d3fce819dbf9f6a215bef852c5
tree3bce5bd04d8c1c35cb5e0330d1f480c1bc1ca58e
parent6da21c0e335bca3186358f85948555f62eb8b375
[Allocator] Stop forward-declaring BumpPtrAllocator in a few places.
This is a necessary step to lifting some of its configuration into
template parameters rather than runtime parameters.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205140 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/FoldingSet.h
include/llvm/CodeGen/MachineSSAUpdater.h
include/llvm/Support/ArrayRecycler.h
include/llvm/Support/Recycler.h