OSDN Git Service

Empty line. NFCI
authorXin Tong <trent.xin.tong@gmail.com>
Tue, 28 Feb 2017 05:30:48 +0000 (05:30 +0000)
committerXin Tong <trent.xin.tong@gmail.com>
Tue, 28 Feb 2017 05:30:48 +0000 (05:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296438 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/JumpThreading.cpp

index 119cc3b..85e7a93 100644 (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()))