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

            Bug ID: 27471
           Summary: llvm/lib/Target/Mips/MipsSEInstrInfo.cpp:508: possible
                    cut'n'paste error ?
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

[trunk/llvm/lib/Target/Mips/MipsSEInstrInfo.cpp:508] ->
[trunk/llvm/lib/Target/Mips/MipsSEInstrInfo.cpp:507]: (style) Same expression
on both sides of '||'.

Source code is

          Opc == Mips::BGTZC  || Opc == Mips::BLEZC  || Opc == Mips::BGEZC  ||
          Opc == Mips::BGTZC  || Opc == Mips::BEQZC  || Opc == Mips::BNEZC  ||

I am not sure if the duplication should be removed or there is a missing
constant.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to