[llvm-bugs] [Bug 41486] New: lldb/source/Symbol/ArmUnwindInfo.cpp: 307: duplicate condition ?

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Apr 13 04:51:28 PDT 2019


https://bugs.llvm.org/show_bug.cgi?id=41486

            Bug ID: 41486
           Summary: lldb/source/Symbol/ArmUnwindInfo.cpp: 307: duplicate
                    condition ?
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: dcb314 at hotmail.com
                CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org

lldb/source/Symbol/ArmUnwindInfo.cpp:307]: (style) Expression is always false
because 'else if' condition matches previous condition at line 258.

$ fgrep f8 trunk/lldb/source/Symbol/ArmUnwindInfo.cpp | fgrep c0
    } else if ((byte1 & 0xf8) == 0xc0) {
    } else if ((byte1 & 0xf8) == 0xc0) {
$

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190413/c6141e0b/attachment.html>


More information about the llvm-bugs mailing list