Attempting to fix WinEHCatchDirector destructor related build failures.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230252 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andrew Kaylor 2015-02-23 20:19:15 +00:00
parent 595050a793
commit df9618c51f

View File

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