diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2011-08-03 23:07:27 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2011-08-03 23:07:27 +0000 |
commit | 77eb5a0a3767604dc511e537b2b32ea74be70259 (patch) | |
tree | 537a8ef12b53a36527600bf07833030f43d489e5 /llvm/lib/CodeGen/LiveDebugVariables.cpp | |
parent | fe42ac4d0a4836829616d054c524e8cc10b25b88 (diff) | |
download | llvm-77eb5a0a3767604dc511e537b2b32ea74be70259.zip llvm-77eb5a0a3767604dc511e537b2b32ea74be70259.tar.gz llvm-77eb5a0a3767604dc511e537b2b32ea74be70259.tar.bz2 |
Fix some warnings from Clang in release builds:
lib/CodeGen/RegAllocGreedy.cpp:1176:18: warning: unused variable 'B' [-Wunused-variable]
if (unsigned B = Cand.getBundles(BundleCand, BestCand)) {
^
lib/CodeGen/RegAllocGreedy.cpp:1188:18: warning: unused variable 'B' [-Wunused-variable]
if (unsigned B = Cand.getBundles(BundleCand, 0)) {
^
llvm-svn: 136831
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.cpp')
0 files changed, 0 insertions, 0 deletions