[llvm] r272602 - Revert "Try to appease MSVC on clang-x86-win2008-selfhost"
Sean Silva via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 13 17:19:37 PDT 2016
Author: silvas
Date: Mon Jun 13 19:19:37 2016
New Revision: 272602
URL: http://llvm.org/viewvc/llvm-project?rev=272602&view=rev
Log:
Revert "Try to appease MSVC on clang-x86-win2008-selfhost"
This reverts commit r272601. The attempt didn't work.
Modified:
llvm/trunk/include/llvm/Transforms/Scalar/JumpThreading.h
Modified: llvm/trunk/include/llvm/Transforms/Scalar/JumpThreading.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Transforms/Scalar/JumpThreading.h?rev=272602&r1=272601&r2=272602&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Transforms/Scalar/JumpThreading.h (original)
+++ llvm/trunk/include/llvm/Transforms/Scalar/JumpThreading.h Mon Jun 13 19:19:37 2016
@@ -84,7 +84,6 @@ class JumpThreadingPass : public PassInf
public:
JumpThreadingPass(int T = -1);
- JumpThreadingPass(const JumpThreadingPass &) = delete;
// Glue for old PM.
bool runImpl(Function &F, TargetLibraryInfo *TLI_, LazyValueInfo *LVI_,
More information about the llvm-commits
mailing list