diff options
author | Xin Tong <trent.xin.tong@gmail.com> | 2017-02-27 21:51:48 +0000 |
---|---|---|
committer | Xin Tong <trent.xin.tong@gmail.com> | 2017-02-27 21:51:48 +0000 |
commit | fe422f7462b074a305ddd951bb1b2f54860972f7 (patch) | |
tree | dedceffc71b2f0155db4c7627718e549ea5ff656 /llvm/lib/Transforms/Scalar/JumpThreading.cpp | |
parent | cbb1140720e8bdc6967e914c595973cce42fec2c (diff) | |
download | bcm5719-llvm-fe422f7462b074a305ddd951bb1b2f54860972f7.tar.gz bcm5719-llvm-fe422f7462b074a305ddd951bb1b2f54860972f7.zip |
Empty line. NFCI
llvm-svn: 296392
Diffstat (limited to 'llvm/lib/Transforms/Scalar/JumpThreading.cpp')
-rw-r--r-- | llvm/lib/Transforms/Scalar/JumpThreading.cpp | 1 |
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 |