Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit 68a5801

Browse files
committed
Revert "Try to appease MSVC on clang-x86-win2008-selfhost"
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
1 parent ab158d9 commit 68a5801

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/llvm/Transforms/Scalar/JumpThreading.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ class JumpThreadingPass : public PassInfoMixin<JumpThreadingPass> {
8484

8585
public:
8686
JumpThreadingPass(int T = -1);
87-
JumpThreadingPass(const JumpThreadingPass &) = delete;
8887

8988
// Glue for old PM.
9089
bool runImpl(Function &F, TargetLibraryInfo *TLI_, LazyValueInfo *LVI_,

0 commit comments

Comments
 (0)