[llvm-bugs] [Bug 44808] New: unused variable: Target/ARM/ARMConstantIslandPass.cpp:333

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Feb 5 20:02:28 PST 2020


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

            Bug ID: 44808
           Summary: unused variable:
                    Target/ARM/ARMConstantIslandPass.cpp:333
           Product: libraries
           Version: 10.0
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: ARM
          Assignee: unassignedbugs at nondot.org
          Reporter: ggreif at gmail.com
                CC: llvm-bugs at lists.llvm.org, peter.smith at linaro.org,
                    Ties.Stuij at arm.com

/tmp/nix-build-llvm-10.0.0rc1.drv-0/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp:333:17:
warning: unused variable 'BBInfo' [-Wunused-variable]
  BBInfoVector &BBInfo = BBUtils->getBBInfo();
                ^
Should be an easy fix.

-- 
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/20200206/25bb8493/attachment.html>


More information about the llvm-bugs mailing list