Remove dead variable.
authorBill Wendling <isanbard@gmail.com>
Mon, 28 Dec 2009 02:00:30 +0000 (02:00 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 28 Dec 2009 02:00:30 +0000 (02:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92194 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Alpha/AlphaISelLowering.cpp

index b5579f4a128986bceb44659a44dbfc02ca9a9068..471de7fe043187891700946d4f561673ea8694a5 100644 (file)
@@ -190,7 +190,6 @@ static SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) {
   EVT PtrVT = Op.getValueType();
   JumpTableSDNode *JT = cast<JumpTableSDNode>(Op);
   SDValue JTI = DAG.getTargetJumpTable(JT->getIndex(), PtrVT);
-  SDValue Zero = DAG.getConstant(0, PtrVT);
   // FIXME there isn't really any debug info here
   DebugLoc dl = Op.getDebugLoc();