projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86c0a10
)
[WinEH] Remove debugging dump() call
author
Reid Kleckner
<reid@kleckner.net>
Thu, 28 May 2015 20:02:05 +0000
(20:02 +0000)
committer
Reid Kleckner
<reid@kleckner.net>
Thu, 28 May 2015 20:02:05 +0000
(20:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238472
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86ISelLowering.cpp
b/lib/Target/X86/X86ISelLowering.cpp
index 3ba811574489259d55d6e2858553d395d9d9f59a..fb600e0b5779a36a1005ab06aad86bb4e06eb94f 100644
(file)
--- a/
lib/Target/X86/X86ISelLowering.cpp
+++ b/
lib/Target/X86/X86ISelLowering.cpp
@@
-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()));