Define placement new wrappers for BumpPtrAllocator and
authorDan Gohman <gohman@apple.com>
Thu, 18 Mar 2010 18:49:47 +0000 (18:49 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 18 Mar 2010 18:49:47 +0000 (18:49 +0000)
commit9553188fccbf0ae9c5b6bef26d0d2bd5feff8b59
tree4ec39913678822ca154e75e7b55e422e588f29c8
parent5ffc72e7ced7b9187fdbbae4f0606c3b518fa34e
Define placement new wrappers for BumpPtrAllocator and
RecyclingAllocator to allow client code to be simpler, and
simplify several clients.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98847 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Allocator.h
include/llvm/Support/RecyclingAllocator.h
lib/Analysis/LoopDependenceAnalysis.cpp
lib/Analysis/ScalarEvolution.cpp
lib/CodeGen/MachineFunction.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp