Empty line. NFCI

llvm-svn: 296438
This commit is contained in:
Xin Tong 2017-02-28 05:30:48 +00:00
parent ab0a85ef4d
commit c647dcfba0
1 changed files with 0 additions and 1 deletions

View File

@ -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()))