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 {
9797private:
9898 llvm::DenseMap<const Expr *, AllocationSite> AllocationSites;
9999
100- using PoolAllocTy = llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator> ;
100+ using PoolAllocTy = llvm::BumpPtrAllocator ;
101101 PoolAllocTy DescAllocator;
102102
103103 // / Allocates a new descriptor.
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ class Program final {
171171 llvm::DenseMap<const void *, unsigned > NativePointerIndices;
172172
173173 // / Custom allocator for global storage.
174- using PoolAllocTy = llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator> ;
174+ using PoolAllocTy = llvm::BumpPtrAllocator ;
175175
176176 // / Descriptor + storage for a global object.
177177 // /
You can’t perform that action at this time.
0 commit comments