]> granicus.if.org Git - llvm/commitdiff
Empty line. NFCI
authorXin Tong <trent.xin.tong@gmail.com>
Sat, 25 Feb 2017 08:10:28 +0000 (08:10 +0000)
committerXin Tong <trent.xin.tong@gmail.com>
Sat, 25 Feb 2017 08:10:28 +0000 (08:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296250 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/JumpThreading.cpp

index 09822ba1d2b4c9e2fde0b8641046299396f476cc..d1b7d1ec75e63dafae1f13e6a31a6c7626554b52 100644 (file)
@@ -854,7 +854,6 @@ bool JumpThreadingPass::ProcessBlock(BasicBlock *BB) {
     if (SimplifyPartiallyRedundantLoad(LI))
       return true;
 
-
   // Handle a variety of cases where we are branching on something derived from
   // a PHI node in the current block.  If we can prove that any predecessors
   // compute a predictable value based on a PHI node, thread those predecessors.