forked from OSchip/llvm-project
[WinEH] Remove extraneous call to emitEHRegistrationOffsetLabel
It's a relic from the earlier implementation, let's remove it. llvm-svn: 250964
This commit is contained in:
parent
a50dbb2065
commit
a8f17871e4
|
@ -611,7 +611,6 @@ void WinException::emitCXXFrameHandler3Table(const MachineFunction *MF) {
|
||||||
computeIP2StateTable(MF, FuncInfo, IPToStateTable);
|
computeIP2StateTable(MF, FuncInfo, IPToStateTable);
|
||||||
} else {
|
} else {
|
||||||
FuncInfoXData = Asm->OutContext.getOrCreateLSDASymbol(FuncLinkageName);
|
FuncInfoXData = Asm->OutContext.getOrCreateLSDASymbol(FuncLinkageName);
|
||||||
emitEHRegistrationOffsetLabel(FuncInfo, FuncLinkageName);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int UnwindHelpOffset = 0;
|
int UnwindHelpOffset = 0;
|
||||||
|
|
Loading…
Reference in New Issue