diff options
author | Ehud Katz <ehudkatz@gmail.com> | 2019-11-05 09:42:23 +0200 |
---|---|---|
committer | Ehud Katz <ehudkatz@gmail.com> | 2019-11-23 10:32:56 +0200 |
commit | 91aa5daec4192da8145cf65fb0eb187d356ee4c8 (patch) | |
tree | 0ae3b0247f6372a3ebe856e04c6349d2b61f974c /lldb/packages/Python/lldbsuite/test | |
parent | 812828984c10857a4cd260eb638c52a4411f9143 (diff) | |
download | bcm5719-llvm-91aa5daec4192da8145cf65fb0eb187d356ee4c8.tar.gz bcm5719-llvm-91aa5daec4192da8145cf65fb0eb187d356ee4c8.zip |
[PhiValues] Remove redundant map searches
Remove redundant map searches.
For example, every call to "operator[]" is actually translated to a
"find" call, and 2 consecutive calls to the operator, without changing
the map in-between, is just redundant, and inefficient.
Differential Revision: https://reviews.llvm.org/D69337
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions