[LLVMbugs] [Bug 19600] New: clang/lib/CodeGen/CGBuiltin.cpp:4831: variable ‘TblPos’ set but not used
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Apr 29 07:24:54 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=19600
Bug ID: 19600
Summary: clang/lib/CodeGen/CGBuiltin.cpp:4831: variable
‘TblPos’ set but not used
Product: new-bugs
Version: trunk
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: dcb314 at hotmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
$ fgrep TblPos ~/llvm/trunk/llvm/tools/clang/lib/CodeGen/CGBuiltin.cpp
unsigned TblPos;
TblPos = 0;
TblPos = 1;
$
Suggest code rework.
--
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/20140429/4644a56e/attachment.html>
More information about the llvm-bugs
mailing list