From c647dcfba062256006ed2eb6a54193c4fb6e4622 Mon Sep 17 00:00:00 2001 From: Xin Tong Date: Tue, 28 Feb 2017 05:30:48 +0000 Subject: [PATCH] Empty line. NFCI llvm-svn: 296438 --- llvm/lib/Transforms/Scalar/JumpThreading.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/lib/Transforms/Scalar/JumpThreading.cpp b/llvm/lib/Transforms/Scalar/JumpThreading.cpp index 119cc3ba6ad5..85e7a939991c 100644 --- a/llvm/lib/Transforms/Scalar/JumpThreading.cpp +++ b/llvm/lib/Transforms/Scalar/JumpThreading.cpp @@ -866,7 +866,6 @@ bool JumpThreadingPass::ProcessBlock(BasicBlock *BB) { if (PN->getParent() == BB && isa(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(BB->getTerminator()))