diff options
author | Xin Tong <trent.xin.tong@gmail.com> | 2017-02-28 05:30:48 +0000 |
---|---|---|
committer | Xin Tong <trent.xin.tong@gmail.com> | 2017-02-28 05:30:48 +0000 |
commit | c647dcfba062256006ed2eb6a54193c4fb6e4622 (patch) | |
tree | bd2fbc5d056341d0d40ff853ec22f5b7bb8c4ab7 /llvm/lib/Transforms/Scalar/JumpThreading.cpp | |
parent | ab0a85ef4dea937b1921543969dbb9fc213d927f (diff) | |
download | bcm5719-llvm-c647dcfba062256006ed2eb6a54193c4fb6e4622.tar.gz bcm5719-llvm-c647dcfba062256006ed2eb6a54193c4fb6e4622.zip |
Empty line. NFCI
llvm-svn: 296438
Diffstat (limited to 'llvm/lib/Transforms/Scalar/JumpThreading.cpp')
-rw-r--r-- | llvm/lib/Transforms/Scalar/JumpThreading.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/JumpThreading.cpp b/llvm/lib/Transforms/Scalar/JumpThreading.cpp index 119cc3ba6ad..85e7a939991 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<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())) |