diff options
author | Zachary Turner <zturner@google.com> | 2016-07-22 19:56:26 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2016-07-22 19:56:26 +0000 |
commit | e109dc63f95eae32772335d131935b073594a7ce (patch) | |
tree | 73bc246d8e63f5b9e692e5ec87d157a804926878 /llvm/lib/CodeGen/GlobalISel/MachineLegalizeHelper.cpp | |
parent | bac69d33d013a86277cf2acb9809819e1623c732 (diff) | |
download | bcm5719-llvm-e109dc63f95eae32772335d131935b073594a7ce.tar.gz bcm5719-llvm-e109dc63f95eae32772335d131935b073594a7ce.zip |
[pdb] Have builders share a single BumpPtrAllocator.
This makes it easier to have the writable and readable PDB
interfaces share code since the read/write and write-only
interfaces now share a single allocator, you don't have to worry
about a builder building a read only interface and then having
the read-only interface's data become corrupt when the builder
goes out of scope. Now the allocator is specified explicitly
to all constructors, so all interfaces can share a single allocator
that is scoped appropriately.
llvm-svn: 276459
Diffstat (limited to 'llvm/lib/CodeGen/GlobalISel/MachineLegalizeHelper.cpp')
0 files changed, 0 insertions, 0 deletions