]> granicus.if.org Git - clang/commit
Fix a compile-time warning
authorTimur Iskhodzhanov <timurrrr@google.com>
Mon, 24 Mar 2014 11:09:01 +0000 (11:09 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Mon, 24 Mar 2014 11:09:01 +0000 (11:09 +0000)
commit370d871b09955d7edcbc64261a0412c2a866f847
tree89657b96f2bc2aa33be253355a35423cfe09799d
parent03a3654a37e7d68247fa5d7d82a23411647d27be
Fix a compile-time warning

lib/CodeGen/CGBuiltin.cpp:3136:12: warning: variable ‘TblPos’ set but not used [-Wunused-but-set-variable]

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@204599 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBuiltin.cpp