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

            Bug ID: 45223
           Summary: trunk/llvm/lib/Target/PowerPC/PPCMacroFusion.cpp:116:3
                    1: warning: Logical disjunction always evaluates to
                    true
           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

trunk/llvm/lib/Target/PowerPC/PPCMacroFusion.cpp:116:31: warning: Logical
disjunction always evaluates to true: EXPR != 0 || EXPR != 0xFFF0.
[incorrectLogicOperator]

Source code is

    if (((Imm & 0xFFF0) != 0) || ((Imm & 0xFFF0) != 0xFFF0))
      return false;

-- 
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