OSDN Git Service

Revert "Try to appease MSVC on clang-x86-win2008-selfhost"
authorSean Silva <chisophugis@gmail.com>
Tue, 14 Jun 2016 00:19:37 +0000 (00:19 +0000)
committerSean Silva <chisophugis@gmail.com>
Tue, 14 Jun 2016 00:19:37 +0000 (00:19 +0000)
This reverts commit r272601. The attempt didn't work.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272602 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/Scalar/JumpThreading.h

index de6957c..2fb5bb1 100644 (file)
@@ -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_,