aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-10-27 21:58:03 +0000
committerChris Lattner <sabre@nondot.org>2006-10-27 21:58:03 +0000
commit1c9b2f312d63902303507ee35dbd7631447773be (patch)
tree1f12530a2e9eddddc25dc685dcd55c24f3ffac1f
parentd2f9ee9ea7b08c23a8742b6a53dd78a20233adc0 (diff)
remove debug code
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31233 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index 664979512f..0295fc3b78 100644
--- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -973,8 +973,6 @@ void SelectionDAGLowering::visitBr(BranchInst &I) {
if (BOp->hasOneUse() &&
(BOp->getOpcode() == Instruction::And ||
BOp->getOpcode() == Instruction::Or)) {
- if (BOp->getOpcode() == Instruction::And)
- I.getParent()->dump();
FindMergedConditions(BOp, Succ0MBB, Succ1MBB, CurMBB, BOp->getOpcode());
visitSwitchCase(SwitchCases[0]);
SwitchCases.erase(SwitchCases.begin());