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: [email protected]
Reporter: [email protected]
CC: [email protected]
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
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs