diff options
| author | Roman Gareev <gareevroman@gmail.com> | 2016-08-21 11:09:19 +0000 |
|---|---|---|
| committer | Roman Gareev <gareevroman@gmail.com> | 2016-08-21 11:09:19 +0000 |
| commit | e2ee79afde0ba45e427b8c7781e944af80cbbe2d (patch) | |
| tree | 1fc78b9f06be594c526bb88d5622b50122051c38 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
| parent | 9ae797a7984aad0e0b09f2b030e7786cf395ab58 (diff) | |
| download | bcm5719-llvm-e2ee79afde0ba45e427b8c7781e944af80cbbe2d.tar.gz bcm5719-llvm-e2ee79afde0ba45e427b8c7781e944af80cbbe2d.zip | |
Simplify AccFuncMap to vector<> AccessFunctions
getAccessFunctions() is dead code and the 'BB' argument
of getOrCreateAccessFunctions() is not used. This patch deletes
getAccessFunctions and transforms AccFuncMap into
a std::vector<std::unique_ptr<MemoryAccess>> AccessFunctions.
Reviewed-by: Tobias Grosser <tobias@grosser.es>
Differential Revision: https://reviews.llvm.org/D23759
llvm-svn: 279394
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions

