summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit44a47d61df7d72b9495a94c75f461c9a0284849d (patch)
tree6a93ebc3a76d5ba7c7d9ae5728f2d0af926be454 /llvm/lib/Target/Alpha
parenta91b8207ccc4a5378b22016861e798de42cd95dd (diff)
downloadbcm5719-llvm-44a47d61df7d72b9495a94c75f461c9a0284849d.tar.gz
bcm5719-llvm-44a47d61df7d72b9495a94c75f461c9a0284849d.zip
Remove dead variable.
llvm-svn: 92194
Diffstat (limited to 'llvm/lib/Target/Alpha')
-rw-r--r--llvm/lib/Target/Alpha/AlphaISelLowering.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaISelLowering.cpp b/llvm/lib/Target/Alpha/AlphaISelLowering.cpp
index b5579f4a128..471de7fe043 100644
--- a/llvm/lib/Target/Alpha/AlphaISelLowering.cpp
+++ b/llvm/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();
OpenPOWER on IntegriCloud