<table border="1" cellspacing="0" cellpadding="8">
    <tr>
        <th>Issue</th>
        <td>
            <a href=https://github.com/llvm/llvm-project/issues/85984>85984</a>
        </td>
    </tr>

    <tr>
        <th>Summary</th>
        <td>
            lldb/source/Core/Debugger.cpp:1118: Pointless code ?
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Assignees</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Reporter</th>
      <td>
          dcb314
      </td>
    </tr>
</table>

<pre>
    lldb/source/Core/Debugger.cpp:1118:9: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]

Source code is 

  while (top_reader_sp) {
    if (!top_reader_sp)
      break;

</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJyUkcuO3CoQhp-mvCmNxcUe4wWL7mlZOqsTKQ8w4lLtJkMbC3BGefvIfdFE2WVDIfF98IvflBLmhUhDf4T-1JitXlLW3lnJu8Ym_0vH6C2IqaQtOwIxvaW8jxPZbZ4pt25dQR445wrkYQR5wE-Tl7DM-_b_dU0lVMKwLJQRxBDOIAZ0afGhhrRgJOML1oQGPRmPLnlCG5P7aBH6Y3pc8N_uvz0t6E_ATsAO9_X7LdtdDQX_PEL8vIRICELVtL5nMp7ye1lBjAjD8QkhhvPOgOB_Y18Ios1kPkA-tMZr6Uc5moY0Hzgb-7FXQ3PRjDvmmJTCv3bd2ZpR-V6JkTpvlGfKN0ELJjomBeNKSja03evIveJE3DreCQUdo6sJsY3x57VNeW5CKRtp1Y-qa6KxFMuzs6x36MVuc4GOxVBq-dJqqJH-rUP8lsJSI5Vy_1GQU7PlqC-1rgXkAcQEYppDvWy2dekKYtqfe4yXNacf5CqI6Ra5gJhuqX8HAAD__yZtvog">