[llvm] r296438 - Empty line. NFCI

Xin Tong via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 27 21:30:48 PST 2017


Author: trentxintong
Date: Mon Feb 27 23:30:48 2017
New Revision: 296438

URL: http://llvm.org/viewvc/llvm-project?rev=296438&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=296438&r1=296437&r2=296438&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/JumpThreading.cpp (original)
+++ llvm/trunk/lib/Transforms/Scalar/JumpThreading.cpp Mon Feb 27 23:30:48 2017
@@ -866,7 +866,6 @@ bool JumpThreadingPass::ProcessBlock(Bas
     if (PN->getParent() == BB && isa<BranchInst>(BB->getTerminator()))
       return ProcessBranchOnPHI(PN);
 
-
   // If this is an otherwise-unfoldable branch on a XOR, see if we can simplify.
   if (CondInst->getOpcode() == Instruction::Xor &&
       CondInst->getParent() == BB && isa<BranchInst>(BB->getTerminator()))




More information about the llvm-commits mailing list