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: unassignedb...@nondot.org
          Reporter: dcb...@hotmail.com
                CC: htmldevelo...@gmail.com, llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to