[llvm] r296392 - Empty line. NFCI
Xin Tong via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 27 13:51:49 PST 2017
Author: trentxintong
Date: Mon Feb 27 15:51:48 2017
New Revision: 296392
URL: http://llvm.org/viewvc/llvm-project?rev=296392&view=rev
Log:
Empty line. NFCI
Modified:
llvm/trunk/lib/Transforms/Scalar/JumpThreading.cpp
Modified: llvm/trunk/lib/Transforms/Scalar/JumpThreading.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Scalar/JumpThreading.cpp?rev=296392&r1=296391&r2=296392&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/JumpThreading.cpp (original)
+++ llvm/trunk/lib/Transforms/Scalar/JumpThreading.cpp Mon Feb 27 15:51:48 2017
@@ -801,7 +801,6 @@ bool JumpThreadingPass::ProcessBlock(Bas
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
More information about the llvm-commits
mailing list