[NFC] Remove no-op code from x86AssemblyInspectionEngine::jmp_to_reg_p
authorJason Molenda <jason@molenda.com>
Tue, 2 Aug 2022 23:26:46 +0000 (16:26 -0700)
committerJason Molenda <jason@molenda.com>
Tue, 2 Aug 2022 23:28:10 +0000 (16:28 -0700)
commit63725ebc182d7955c569be94b845b93d14374def
treeac7112f97f9c6b9dba8bce49ffcfd781bd894e74
parentc7bd61d4a79b88dbd97028bb0a73a73b2d6aca89
[NFC] Remove no-op code from x86AssemblyInspectionEngine::jmp_to_reg_p

Slava Gurevich noticed this dead code I wrote in jmp_to_reg_p
is never executed, is duplicated, and has comments that seem to
describe the opposite behavior.  Remove the dead code that cannot
be executed.

Differential Revision: https://reviews.llvm.org/D131029
lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp