mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 22:04:55 +00:00
[WinEH] Remove debugging dump() call
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238472 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
86c0a109d8
commit
9417bdcc55
@ -15378,7 +15378,6 @@ static SDValue LowerINTRINSIC_WO_CHAIN(SDValue Op, const X86Subtarget *Subtarget
|
||||
// Compute the symbol for the LSDA. We know it'll get emitted later.
|
||||
MachineFunction &MF = DAG.getMachineFunction();
|
||||
SDValue Op1 = Op.getOperand(1);
|
||||
Op1->dump();
|
||||
auto *Fn = cast<Function>(cast<GlobalAddressSDNode>(Op1)->getGlobal());
|
||||
MCSymbol *LSDASym = MF.getMMI().getContext().getOrCreateLSDASymbol(
|
||||
GlobalValue::getRealLinkageName(Fn->getName()));
|
||||
|
Loading…
Reference in New Issue
Block a user