[llvm-bugs] [Bug 30190] New: lib/Transforms/Utils/SimplifyCFG.cpp:1439: duplicate expression ?

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Aug 30 01:59:30 PDT 2016


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

            Bug ID: 30190
           Summary: lib/Transforms/Utils/SimplifyCFG.cpp:1439: duplicate
                    expression ?
           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: llvm-bugs at lists.llvm.org
    Classification: Unclassified

trunk/llvm/lib/Transforms/Utils/SimplifyCFG.cpp:1439]: (style) Same expression
on both sides of '||'.

Source code is

    if (!isa<StoreInst>(I) && !isa<LoadInst>(I) &&
        (I->mayHaveSideEffects() || I->mayHaveSideEffects()))

-- 
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/20160830/9f0de86d/attachment.html>


More information about the llvm-bugs mailing list