mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-13 23:18:51 +00:00
remove debug output
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23377 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e9bed7d107
commit
3255bd101d
@ -1941,7 +1941,6 @@ Instruction *InstCombiner::visitOr(BinaryOperator &I) {
|
||||
ConstantExpr::getAnd(C3, C2)->isNullValue() &&
|
||||
(C2->getRawValue() & (C2->getRawValue()+1)) == 0) {
|
||||
// Return V+C3.
|
||||
std::cerr << "Simpl: " << *A << "Simpl2: " << *B << "Simpl3: " << I;
|
||||
return ReplaceInstUsesWith(I, V == A ? B : A);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user