mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-14 07:31:47 +00:00
Empty line. NFCI
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296438 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c532709d03
commit
623cc6d136
@ -866,7 +866,6 @@ bool JumpThreadingPass::ProcessBlock(BasicBlock *BB) {
|
||||
if (PN->getParent() == BB && isa<BranchInst>(BB->getTerminator()))
|
||||
return ProcessBranchOnPHI(PN);
|
||||
|
||||
|
||||
// If this is an otherwise-unfoldable branch on a XOR, see if we can simplify.
|
||||
if (CondInst->getOpcode() == Instruction::Xor &&
|
||||
CondInst->getParent() == BB && isa<BranchInst>(BB->getTerminator()))
|
||||
|
Loading…
Reference in New Issue
Block a user