File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ class DynamicAllocator final {
97
97
private:
98
98
llvm::DenseMap<const Expr *, AllocationSite> AllocationSites;
99
99
100
- using PoolAllocTy = llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator> ;
100
+ using PoolAllocTy = llvm::BumpPtrAllocator ;
101
101
PoolAllocTy DescAllocator;
102
102
103
103
// / Allocates a new descriptor.
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ class Program final {
171
171
llvm::DenseMap<const void *, unsigned > NativePointerIndices;
172
172
173
173
// / Custom allocator for global storage.
174
- using PoolAllocTy = llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator> ;
174
+ using PoolAllocTy = llvm::BumpPtrAllocator ;
175
175
176
176
// / Descriptor + storage for a global object.
177
177
// /
You can’t perform that action at this time.
0 commit comments