summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Silva <chisophugis@gmail.com>2016-06-14 00:19:37 +0000
committerSean Silva <chisophugis@gmail.com>2016-06-14 00:19:37 +0000
commit625a8e19ea132b7b4069f0bc611cf6741301b216 (patch)
tree0703a53c766f959a52c14b3b364397be4591149e
parent51c93006ff3bdba432b15e594b0ab5259d92642b (diff)
downloadbcm5719-llvm-625a8e19ea132b7b4069f0bc611cf6741301b216.tar.gz
bcm5719-llvm-625a8e19ea132b7b4069f0bc611cf6741301b216.zip
Revert "Try to appease MSVC on clang-x86-win2008-selfhost"
This reverts commit r272601. The attempt didn't work. llvm-svn: 272602
-rw-r--r--llvm/include/llvm/Transforms/Scalar/JumpThreading.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/Transforms/Scalar/JumpThreading.h b/llvm/include/llvm/Transforms/Scalar/JumpThreading.h
index de6957c1226..2fb5bb1a839 100644
--- a/llvm/include/llvm/Transforms/Scalar/JumpThreading.h
+++ b/llvm/include/llvm/Transforms/Scalar/JumpThreading.h
@@ -84,7 +84,6 @@ class JumpThreadingPass : public PassInfoMixin<JumpThreadingPass> {
public:
JumpThreadingPass(int T = -1);
- JumpThreadingPass(const JumpThreadingPass &) = delete;
// Glue for old PM.
bool runImpl(Function &F, TargetLibraryInfo *TLI_, LazyValueInfo *LVI_,
OpenPOWER on IntegriCloud