mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 21:29:41 +00:00
Second attempt to fix WinEHCatchDirector build failures.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230257 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
df9618c51f
commit
338d982b83
@ -147,7 +147,7 @@ public:
|
|||||||
StopCloningBB
|
StopCloningBB
|
||||||
};
|
};
|
||||||
|
|
||||||
virtual ~CloningDirector() = default;
|
virtual ~CloningDirector() {}
|
||||||
|
|
||||||
/// Subclasses must override this function to customize cloning behavior.
|
/// Subclasses must override this function to customize cloning behavior.
|
||||||
virtual CloningAction handleInstruction(ValueToValueMapTy &VMap,
|
virtual CloningAction handleInstruction(ValueToValueMapTy &VMap,
|
||||||
|
@ -96,7 +96,6 @@ public:
|
|||||||
Materializer(CatchFn, VarInfo),
|
Materializer(CatchFn, VarInfo),
|
||||||
SelectorIDType(Type::getInt32Ty(LPI->getContext())),
|
SelectorIDType(Type::getInt32Ty(LPI->getContext())),
|
||||||
Int8PtrType(Type::getInt8PtrTy(LPI->getContext())) {}
|
Int8PtrType(Type::getInt8PtrTy(LPI->getContext())) {}
|
||||||
virtual ~WinEHCatchDirector() = default;
|
|
||||||
|
|
||||||
CloningAction handleInstruction(ValueToValueMapTy &VMap,
|
CloningAction handleInstruction(ValueToValueMapTy &VMap,
|
||||||
const Instruction *Inst,
|
const Instruction *Inst,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user