remove debug code
authorChris Lattner <sabre@nondot.org>
Fri, 27 Oct 2006 21:58:03 +0000 (21:58 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 27 Oct 2006 21:58:03 +0000 (21:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31233 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

index 664979512f2c64dd8bf8f62a64879d64718a74b3..0295fc3b78bb8c1200fca349357324105065d824 100644 (file)
@@ -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());