summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorPablo Barrio <pablo.barrio@arm.com>2016-11-15 15:42:23 +0000
committerPablo Barrio <pablo.barrio@arm.com>2016-11-15 15:42:23 +0000
commit4f80c93a2ed931fc71acce58383eee1a67679878 (patch)
tree99129751836e3a8cf4bd6a7d5e671324afaf3e36 /llvm/include
parent5f782bb0489046017c7023287e4592c0f2b71758 (diff)
downloadbcm5719-llvm-4f80c93a2ed931fc71acce58383eee1a67679878.tar.gz
bcm5719-llvm-4f80c93a2ed931fc71acce58383eee1a67679878.zip
Revert "[JumpThreading] Unfold selects that depend on the same condition"
This reverts commit ac54d0066c478a09c7cd28d15d0f9ff8af984afc. llvm-svn: 286976
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/Transforms/Scalar/JumpThreading.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/include/llvm/Transforms/Scalar/JumpThreading.h b/llvm/include/llvm/Transforms/Scalar/JumpThreading.h
index 306f0b63194..f96741c0127 100644
--- a/llvm/include/llvm/Transforms/Scalar/JumpThreading.h
+++ b/llvm/include/llvm/Transforms/Scalar/JumpThreading.h
@@ -129,8 +129,6 @@ private:
BasicBlock *NewBB, BasicBlock *SuccBB);
/// Check if the block has profile metadata for its outgoing edges.
bool doesBlockHaveProfileData(BasicBlock *BB);
- SelectInst *getSelectFedByPhi(PHINode *PN);
- void expandSelect(SelectInst *SI);
};
} // end namespace llvm
OpenPOWER on IntegriCloud