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/Object/MachOObjectFile.cpp | |
parent | 9ae797a7984aad0e0b09f2b030e7786cf395ab58 (diff) | |
download | llvm-e2ee79afde0ba45e427b8c7781e944af80cbbe2d.zip llvm-e2ee79afde0ba45e427b8c7781e944af80cbbe2d.tar.gz llvm-e2ee79afde0ba45e427b8c7781e944af80cbbe2d.tar.bz2 |
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/Object/MachOObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions