mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
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:
parent
1821747f94
commit
b48c354cbd
@ -84,7 +84,6 @@ class JumpThreadingPass : public PassInfoMixin<JumpThreadingPass> {
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
JumpThreadingPass(int T = -1);
|
JumpThreadingPass(int T = -1);
|
||||||
JumpThreadingPass(const JumpThreadingPass &) = delete;
|
|
||||||
|
|
||||||
// Glue for old PM.
|
// Glue for old PM.
|
||||||
bool runImpl(Function &F, TargetLibraryInfo *TLI_, LazyValueInfo *LVI_,
|
bool runImpl(Function &F, TargetLibraryInfo *TLI_, LazyValueInfo *LVI_,
|
||||||
|
Loading…
Reference in New Issue
Block a user