1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Attempting to fix WinEHCatchDirector destructor related build failures.

llvm-svn: 230252
This commit is contained in:
Andrew Kaylor 2015-02-23 20:19:15 +00:00
parent a496164a47
commit 695cbcb2a1

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,