projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2f9ee9
)
remove debug code
author
Chris Lattner
<sabre@nondot.org>
Fri, 27 Oct 2006 21:58:03 +0000
(21:58 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index 664979512f2c64dd8bf8f62a64879d64718a74b3..0295fc3b78bb8c1200fca349357324105065d824 100644
(file)
--- 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());