mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 23:18:58 +00:00
tidy up
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93222 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2249a0b1bd
commit
797c440caf
@ -1175,11 +1175,7 @@ bool JumpThreading::ProcessBranchOnXOR(BinaryOperator *BO) {
|
||||
}
|
||||
|
||||
// Try to duplicate BB into PredBB.
|
||||
if (DuplicateCondBranchOnPHIIntoPred(BB, BlocksToFoldInto)) {
|
||||
// errs() << "CLONE XOR COND: " << *BB << "Into PRED: " << *BlocksToFoldInto[0];
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
return DuplicateCondBranchOnPHIIntoPred(BB, BlocksToFoldInto);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user