summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorXin Tong <trent.xin.tong@gmail.com>2017-02-27 21:51:48 +0000
committerXin Tong <trent.xin.tong@gmail.com>2017-02-27 21:51:48 +0000
commitfe422f7462b074a305ddd951bb1b2f54860972f7 (patch)
treededceffc71b2f0155db4c7627718e549ea5ff656 /llvm/lib/Transforms
parentcbb1140720e8bdc6967e914c595973cce42fec2c (diff)
downloadbcm5719-llvm-fe422f7462b074a305ddd951bb1b2f54860972f7.tar.gz
bcm5719-llvm-fe422f7462b074a305ddd951bb1b2f54860972f7.zip
Empty line. NFCI
llvm-svn: 296392
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/Scalar/JumpThreading.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/JumpThreading.cpp b/llvm/lib/Transforms/Scalar/JumpThreading.cpp
index 49ec268fd7f..119cc3ba6ad 100644
--- a/llvm/lib/Transforms/Scalar/JumpThreading.cpp
+++ b/llvm/lib/Transforms/Scalar/JumpThreading.cpp
@@ -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
OpenPOWER on IntegriCloud