summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@codeaurora.org>2014-10-13 19:46:39 +0000
committerChad Rosier <mcrosier@codeaurora.org>2014-10-13 19:46:39 +0000
commitdf82a33d42177262ea308d00dccd8025f40ae2bd (patch)
tree93728fd8d7f3248b56bb447cb60330716c3cd2e7 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
parent679659f58c865cb18c69e1c789e944b4aa72a66d (diff)
downloadbcm5719-llvm-df82a33d42177262ea308d00dccd8025f40ae2bd.tar.gz
bcm5719-llvm-df82a33d42177262ea308d00dccd8025f40ae2bd.zip
Refactor debug statement and remove dead argument. NFC.
llvm-svn: 219626
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
index 236f1a67990..ff9aa2c1f52 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
@@ -200,7 +200,7 @@ private:
}
};
- size_t Clusterify(CaseVector &Cases, const SwitchInst &SI);
+ void Clusterify(CaseVector &Cases, const SwitchInst &SI);
/// CaseBlock - This structure is used to communicate between
/// SelectionDAGBuilder and SDISel for the code generation of additional basic
@@ -665,7 +665,6 @@ private:
bool handleBTSplitSwitchCase(CaseRec& CR,
CaseRecVector& WorkList,
const Value* SV,
- MachineBasicBlock* Default,
MachineBasicBlock *SwitchBB);
bool handleBitTestsSwitchCase(CaseRec& CR,
CaseRecVector& WorkList,
OpenPOWER on IntegriCloud