Provide operator delete for BumpPtrAllocator and RecyclingAllocator. They will
authorBenjamin Kramer <benny.kra@googlemail.com>
Thu, 8 Apr 2010 15:22:35 +0000 (15:22 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Thu, 8 Apr 2010 15:22:35 +0000 (15:22 +0000)
commit180c3d4edd1219832be8f2cf91f5f73f9757c36f
treec131587bfa5e192c1a01ae05149a65ba6060965d
parentf042f97d7e6fbaa73a26f494ed642f2e4e2a948d
Provide operator delete for BumpPtrAllocator and RecyclingAllocator. They will
never be called but msvc complains that they're missing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100766 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Allocator.h
include/llvm/Support/RecyclingAllocator.h