mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
remove debug code
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31233 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d2f9ee9ea7
commit
1c9b2f312d
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user