[llvm-bugs] [Bug 32263] New: lib/Target/Mips/MipsSEISelDAGToDAG.cpp:1009]: (style) Redundant condition
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Mar 14 05:18:17 PDT 2017
http://bugs.llvm.org/show_bug.cgi?id=32263
Bug ID: 32263
Summary: lib/Target/Mips/MipsSEISelDAGToDAG.cpp:1009]: (style)
Redundant condition
Product: new-bugs
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: dcb314 at hotmail.com
CC: llvm-bugs at lists.llvm.org
lib/Target/Mips/MipsSEISelDAGToDAG.cpp:1009]: (style) Redundant condition:
ABI.IsO32(). '!ABI.IsO32() || (ABI.IsO32() && FILLOp!=Mips::FILL_D)' is
equivalent to '!ABI.IsO32() || FILLOp!=Mips::FILL_D'
--
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/20170314/272d87c9/attachment.html>
More information about the llvm-bugs
mailing list