[llvm] r296250 - Empty line. NFCI

Xin Tong via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 25 00:10:28 PST 2017


Author: trentxintong
Date: Sat Feb 25 02:10:28 2017
New Revision: 296250

URL: http://llvm.org/viewvc/llvm-project?rev=296250&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=296250&r1=296249&r2=296250&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/JumpThreading.cpp (original)
+++ llvm/trunk/lib/Transforms/Scalar/JumpThreading.cpp Sat Feb 25 02:10:28 2017
@@ -854,7 +854,6 @@ bool JumpThreadingPass::ProcessBlock(Bas
     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.




More information about the llvm-commits mailing list