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

            Bug ID: 31529
           Summary: llvm/lib/Target/X86/X86ISelLowering.cpp:13056: local
                    variable 'NumSentinelElements' set but not used ?
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedb...@nondot.org
          Reporter: dcb...@hotmail.com
                CC: llvm-bugs@lists.llvm.org
    Classification: Unclassified

llvm/lib/Target/X86/X86ISelLowering.cpp:13056]: (style) Variable
'NumSentinelElements' is modified but its new value is never used.

$ fgrep NumSentinelElements trunk/llvm/lib/Target/X86/X86ISelLowering.cpp
  int NumV1Elements = 0, NumV2Elements = 0, NumSentinelElements = 0;
      ++NumSentinelElements;
$ 

I am not sure if this local variable should be used in some
way or can be safely deleted.

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

Reply via email to