[Lldb-commits] [lldb] [lldb] Remove dead code block (NFC) (PR #94775)

Florian Mayer via lldb-commits lldb-commits at lists.llvm.org
Sat Jun 15 11:11:20 PDT 2024


fmayer wrote:

Random drive-by:

> The check that max_bit_pos == sign_bit_pos conflicts with the check that sign_bit_pos < max_bit_pos in the block surrounding it.

Should we add an `assert` to this function then?

https://github.com/llvm/llvm-project/pull/94775


More information about the lldb-commits mailing list