From: Xin Tong Date: Mon, 27 Feb 2017 21:51:48 +0000 (+0000) Subject: Empty line. NFCI X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5784902db510361938e004d88a164c7ba3e5317f;p=llvm Empty line. NFCI git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296392 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/JumpThreading.cpp b/lib/Transforms/Scalar/JumpThreading.cpp index 49ec268fd7f..119cc3ba6ad 100644 --- a/lib/Transforms/Scalar/JumpThreading.cpp +++ b/lib/Transforms/Scalar/JumpThreading.cpp @@ -801,7 +801,6 @@ bool JumpThreadingPass::ProcessBlock(BasicBlock *BB) { return false; } - if (CmpInst *CondCmp = dyn_cast(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