summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXin Tong <trent.xin.tong@gmail.com>2017-02-25 08:10:28 +0000
committerXin Tong <trent.xin.tong@gmail.com>2017-02-25 08:10:28 +0000
commitb529c66ef36474b11df50cbbc25f85611a73b73e (patch)
treea4259c505d9bc61c66e5e8e54379a8c27d5f0111
parent6249d4d33780046305c63a7370bf255940654e54 (diff)
downloadbcm5719-llvm-b529c66ef36474b11df50cbbc25f85611a73b73e.tar.gz
bcm5719-llvm-b529c66ef36474b11df50cbbc25f85611a73b73e.zip
Empty line. NFCI
llvm-svn: 296250
-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 09822ba1d2b..d1b7d1ec75e 100644
--- a/llvm/lib/Transforms/Scalar/JumpThreading.cpp
+++ b/llvm/lib/Transforms/Scalar/JumpThreading.cpp
@@ -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.
OpenPOWER on IntegriCloud