summaryrefslogtreecommitdiff
path: root/lib/Target/Alpha
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-12-28 02:00:30 +0000
committerBill Wendling <isanbard@gmail.com>2009-12-28 02:00:30 +0000
commitab58f138391a749f09b1c23feb015354cded008f (patch)
treec9d7b7a83c180e1f3ade9f2459a9740a4a6ded76 /lib/Target/Alpha
parent9bf50f45e7f1ea82b391673b8e0903b5c4e2460c (diff)
downloadllvm-ab58f138391a749f09b1c23feb015354cded008f.tar.gz
llvm-ab58f138391a749f09b1c23feb015354cded008f.tar.bz2
llvm-ab58f138391a749f09b1c23feb015354cded008f.tar.xz
Remove dead variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92194 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha')
-rw-r--r--lib/Target/Alpha/AlphaISelLowering.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/Alpha/AlphaISelLowering.cpp b/lib/Target/Alpha/AlphaISelLowering.cpp
index b5579f4a12..471de7fe04 100644
--- a/lib/Target/Alpha/AlphaISelLowering.cpp
+++ b/lib/Target/Alpha/AlphaISelLowering.cpp
@@ -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();