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 | 32668ea7a290ee1cb6bfe8cd677cdd4e5df05b4d (patch) | |
tree | dd8dafffe48a4d0cdff25dbb8cf9a224920855e4 /lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | |
parent | 0767267790e5cc91ffe3cc318d22f043b2633b26 (diff) |
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)) {
^
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136831 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp')
0 files changed, 0 insertions, 0 deletions