diff options
author | Mehdi Amini <mehdi.amini@apple.com> | 2016-08-16 05:46:05 +0000 |
---|---|---|
committer | Mehdi Amini <mehdi.amini@apple.com> | 2016-08-16 05:46:05 +0000 |
commit | cdbcbf7477c40cc27f85370088221ddf4759c2e4 (patch) | |
tree | aff9e7e7c824f5744f48c34278ade2dc27846c41 /llvm/lib/Analysis/InstructionSimplify.cpp | |
parent | 19b84a02247cc805bd720b2b3f0cc9162438998e (diff) | |
download | bcm5719-llvm-cdbcbf7477c40cc27f85370088221ddf4759c2e4.tar.gz bcm5719-llvm-cdbcbf7477c40cc27f85370088221ddf4759c2e4.zip |
[LTO] Simplify APIs and constify (NFC)
Summary:
Multiple APIs were taking a StringMap for the ImportLists containing
the entries for for all the modules while operating on a single entry
for the current module. Instead we can pass the desired ModuleImport
directly. Also some of the APIs were not const, I believe just to be
able to use operator[] on the StringMap.
Reviewers: tejohnson
Subscribers: llvm-commits, mehdi_amini
Differential Revision: https://reviews.llvm.org/D23537
llvm-svn: 278776
Diffstat (limited to 'llvm/lib/Analysis/InstructionSimplify.cpp')
0 files changed, 0 insertions, 0 deletions