]> granicus.if.org Git - llvm/commitdiff
Empty line. NFCI
authorXin Tong <trent.xin.tong@gmail.com>
Mon, 27 Feb 2017 21:51:48 +0000 (21:51 +0000)
committerXin Tong <trent.xin.tong@gmail.com>
Mon, 27 Feb 2017 21:51:48 +0000 (21:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296392 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/JumpThreading.cpp

index 49ec268fd7f7f2d2e07b8d0fe668f53d9af213ac..119cc3ba6ad5c57c53f1da448746a3f87e84db8c 100644 (file)
@@ -801,7 +801,6 @@ bool JumpThreadingPass::ProcessBlock(BasicBlock *BB) {
     return false;
   }
 
-
   if (CmpInst *CondCmp = dyn_cast<CmpInst>(CondInst)) {
     // If we're branching on a conditional, LVI might be able to determine
     // it's value at the branch instruction.  We only handle comparisons