diff options
author | Rui Ueyama <ruiu@google.com> | 2016-09-02 18:52:41 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2016-09-02 18:52:41 +0000 |
commit | a27eeccadef57396de3480acdfcaeb75407501dd (patch) | |
tree | 09d002e5c2b825a5e9d8e8834414f9b51ff3d4cd /lldb/packages/Python/lldbsuite/test/python_api/section | |
parent | cd6b12b12ea43d7e5bd2b35b386af3ae978a2d96 (diff) | |
download | bcm5719-llvm-a27eeccadef57396de3480acdfcaeb75407501dd.tar.gz bcm5719-llvm-a27eeccadef57396de3480acdfcaeb75407501dd.zip |
Dispatch without hash table lookup.
Cmd used to be the single central place to dispatch. It is not longer
the case because we have a logic for readProvideOrAssignment().
This patch removes the hash table so that evrything is in a single
function. This is slightly verbose but should improve readability.
Differential Revision: https://reviews.llvm.org/D24200
llvm-svn: 280524
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/section')
0 files changed, 0 insertions, 0 deletions