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:
9d6c919
)
Drop unused operand.
author
Jim Laskey
<jlaskey@mac.com>
Sat, 24 Feb 2007 09:44:17 +0000
(09:44 +0000)
committer
Jim Laskey
<jlaskey@mac.com>
Sat, 24 Feb 2007 09:44:17 +0000
(09:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34555
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
b/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
index d9bb99ec27d020bacdb807f949837d864d1de413..efff9f482806f5fa8208e4bbefb99d6db3c15739 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
+++ b/
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
@@
-677,8
+677,6
@@
SDOperand SelectionDAGLegalize::LegalizeOp(SDOperand Op) {
Result = DAG.getConstant(0, TLI.getPointerTy());
break;
case ISD::EHSELECTION:
- LegalizeOp(Node->getOperand(1));
- // Fall Thru
case ISD::EXCEPTIONADDR: {
Tmp1 = LegalizeOp(Node->getOperand(0));
MVT::ValueType VT = Node->getValueType(0);