forked from OSchip/llvm-project
parent
aa41cd57e0
commit
7a0cec399d
|
@ -733,6 +733,8 @@ void WinEHPrepare::completeNestedLandingPad(Function *ParentFn,
|
|||
ActionTargets.push_back(NewBA);
|
||||
}
|
||||
}
|
||||
DeleteContainerPointers(ActionList);
|
||||
ActionList.clear();
|
||||
OutlinedBB->getInstList().push_back(EHActions);
|
||||
|
||||
// Insert an indirect branch into the outlined landing pad BB.
|
||||
|
|
Loading…
Reference in New Issue