llvm-project/lldb/source/Plugins/Instruction
Adam Balogh 1b2d2d70e1 [LLDB][NFC] Remove redundant condition
Condition `auto_advance_pc` is checked both in an outer and in an
inner `if` statement in `EmulateInstructionARM::EvaluateInstruction()`,
`EmulateInstructionARM64::EvaluateInstruction()` and
`EmulateInstructionPPC64::EvaluateInstruction()`. This patch removes the
redundant inner check.

The issue was found using `clang-tidy` check under review
`misc-redundant-condition`. See https://reviews.llvm.org/D81272.

Differential Revision: https://reviews.llvm.org/D82558
2020-07-01 09:04:26 +02:00
..
ARM [LLDB][NFC] Remove redundant condition 2020-07-01 09:04:26 +02:00
ARM64 [LLDB][NFC] Remove redundant condition 2020-07-01 09:04:26 +02:00
MIPS [lldb] Use std::make_unique<> (NFC) 2020-06-24 17:48:40 -07:00
MIPS64 [lldb] Use std::make_unique<> (NFC) 2020-06-24 17:48:40 -07:00
PPC64 [LLDB][NFC] Remove redundant condition 2020-07-01 09:04:26 +02:00
CMakeLists.txt [LLDB] Initial version of PPC64 InstEmulation 2018-02-27 18:42:46 +00:00