[lldb][nfc] early exit/continue
authorKonrad Kleine <kkleine@redhat.com>
Fri, 3 Apr 2020 12:49:47 +0000 (14:49 +0200)
committerKonrad Kleine <kkleine@redhat.com>
Fri, 3 Apr 2020 12:50:08 +0000 (14:50 +0200)
commit107200ae0a032f2e6024f45d665a0f2b7c732a62
treedd0bf5632fce277ac41973f5d78873a116324ac7
parent146d685cd657399a4698015f16cc5910cc828728
[lldb][nfc] early exit/continue

Summary:
This commit just tries to invert some `if`'s logic to
`return`/`continue` early.

Reviewers: jankratochvil, teemperor

Reviewed By: jankratochvil, teemperor

Subscribers: lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D77377
lldb/source/Breakpoint/BreakpointResolverName.cpp