[llvm] r238472 - [WinEH] Remove debugging dump() call

Reid Kleckner reid at kleckner.net
Thu May 28 13:02:05 PDT 2015


Author: rnk
Date: Thu May 28 15:02:05 2015
New Revision: 238472

URL: http://llvm.org/viewvc/llvm-project?rev=238472&view=rev
Log:
[WinEH] Remove debugging dump() call

Modified:
    llvm/trunk/lib/Target/X86/X86ISelLowering.cpp

Modified: llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86ISelLowering.cpp?rev=238472&r1=238471&r2=238472&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86ISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86ISelLowering.cpp Thu May 28 15:02:05 2015
@@ -15378,7 +15378,6 @@ static SDValue LowerINTRINSIC_WO_CHAIN(S
     // 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()));





More information about the llvm-commits mailing list