Revert "Try to appease MSVC on clang-x86-win2008-selfhost"

This reverts commit r272601. The attempt didn't work.

llvm-svn: 272602
This commit is contained in:
Sean Silva 2016-06-14 00:19:37 +00:00
parent 51c93006ff
commit 625a8e19ea
1 changed files with 0 additions and 1 deletions

View 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_,