[WinEH] Remove CatchObjRecoverIdx
[oota-llvm.git] / lib / CodeGen / WinEHPrepare.cpp
index 3872879cd741e5f27a87f1cd1afe4c6581e0d11c..56648538f982328b067f7cba15c0c44b213f9cec 100644 (file)
@@ -194,7 +194,6 @@ static void addTryBlockMapEntry(WinEHFuncInfo &FuncInfo, int TryLow,
       HT.TypeDescriptor = cast<GlobalVariable>(TypeInfo->stripPointerCasts());
     HT.Adjectives = cast<ConstantInt>(CPI->getArgOperand(1))->getZExtValue();
     HT.Handler = CPI->getParent();
-    HT.CatchObjRecoverIdx = -2;
     if (isa<ConstantPointerNull>(CPI->getArgOperand(2)))
       HT.CatchObj.Alloca = nullptr;
     else