summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/value
diff options
context:
space:
mode:
authorEhud Katz <ehudkatz@gmail.com>2019-11-05 09:42:23 +0200
committerEhud Katz <ehudkatz@gmail.com>2019-11-23 10:32:56 +0200
commit91aa5daec4192da8145cf65fb0eb187d356ee4c8 (patch)
tree0ae3b0247f6372a3ebe856e04c6349d2b61f974c /lldb/packages/Python/lldbsuite/test/python_api/value
parent812828984c10857a4cd260eb638c52a4411f9143 (diff)
downloadbcm5719-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/python_api/value')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud