aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/MachOObjectFile.cpp
diff options
context:
space:
mode:
authorRoman Gareev <gareevroman@gmail.com>2016-08-21 11:09:19 +0000
committerRoman Gareev <gareevroman@gmail.com>2016-08-21 11:09:19 +0000
commite2ee79afde0ba45e427b8c7781e944af80cbbe2d (patch)
tree1fc78b9f06be594c526bb88d5622b50122051c38 /llvm/lib/Object/MachOObjectFile.cpp
parent9ae797a7984aad0e0b09f2b030e7786cf395ab58 (diff)
downloadllvm-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