Drop unused operand.

llvm-svn: 34555
This commit is contained in:
Jim Laskey 2007-02-24 09:44:17 +00:00
parent a5e0d200c9
commit b869ab6f31
1 changed files with 0 additions and 2 deletions

View File

@ -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);