commit | 8a84e4402a1ab7ff36f52acdf5e1891e283a947e | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Mon Jan 05 17:31:22 2009 +0000 |
committer | Devang Patel <dpatel@apple.com> | Mon Jan 05 17:31:22 2009 +0000 |
tree | e10fab3f772d2a848ee01ce0b7658752913cd1cc | |
parent | 8f56ebaf5cdd9e1c6579e0d637ccc65c6aea0726 [diff] [blame] |
squash warnings. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61707 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp index 3daa79e..4f17164 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
@@ -2019,6 +2019,7 @@ size_t numCmps = Clusterify(Cases, SI); DEBUG(errs() << "Clusterify finished. Total clusters: " << Cases.size() << ". Total compares: " << numCmps << '\n'); + numCmps = 0; // Get the Value to be switched on and default basic blocks, which will be // inserted into CaseBlock records, representing basic blocks in the binary