mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Try to appease MSVC on clang-x86-win2008-selfhost
I've tested this locally with VS2015 and there are no issues there, so this might be a VS2013 specific issue. Thanks to Davide for the suggested fix. llvm-svn: 272601
This commit is contained in:
parent
7cbbc55056
commit
1821747f94
@ -84,6 +84,7 @@ 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_,
|
||||
|
Loading…
Reference in New Issue
Block a user