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:
Andrew Kaylor 2015-02-23 20:44:34 +00:00
parent df9618c51f
commit 338d982b83
2 changed files with 1 additions and 2 deletions

View File

@ -147,7 +147,7 @@ public:
StopCloningBB
};
virtual ~CloningDirector() = default;
virtual ~CloningDirector() {}
/// Subclasses must override this function to customize cloning behavior.
virtual CloningAction handleInstruction(ValueToValueMapTy &VMap,

View File

@ -96,7 +96,6 @@ public:
Materializer(CatchFn, VarInfo),
SelectorIDType(Type::getInt32Ty(LPI->getContext())),
Int8PtrType(Type::getInt8PtrTy(LPI->getContext())) {}
virtual ~WinEHCatchDirector() = default;
CloningAction handleInstruction(ValueToValueMapTy &VMap,
const Instruction *Inst,