From: Xin Tong Date: Tue, 28 Feb 2017 05:30:48 +0000 (+0000) Subject: Empty line. NFCI X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=623cc6d136587c147c3f451ea6aca65e7e57ba0f;p=llvm Empty line. NFCI git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296438 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/JumpThreading.cpp b/lib/Transforms/Scalar/JumpThreading.cpp index 119cc3ba6ad..85e7a939991 100644 --- a/lib/Transforms/Scalar/JumpThreading.cpp +++ b/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()))