[Disassembler] Simplify a few methods (2/2) (NFC)
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 4 Sep 2019 23:05:32 +0000 (23:05 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 4 Sep 2019 23:05:32 +0000 (23:05 +0000)
commit0910e17d5231379358c48bbc16d6c0d03368eda0
tree95123bd779a28f93dc3e4c69e3a979b37dac09d8
parentb78324fc4087f0d9faf66ece89438a84041d5fa8
[Disassembler] Simplify a few methods (2/2) (NFC)

Use early returns to highlight preconditions and make the code easier to
follow.

llvm-svn: 370998
lldb/source/Core/Disassembler.cpp