summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-12-28 01:47:48 +0000
committerBill Wendling <isanbard@gmail.com>2009-12-28 01:47:48 +0000
commit9a62b467a818ca2a3b729a1b0fef69e1c121a9d0 (patch)
treed305a1d6e92c52dda337d3e18185ce8a9a5cee70 /llvm/lib/CodeGen
parent798e1e6f71410e1d7c8cb8a74a52eb9b940b6725 (diff)
downloadbcm5719-llvm-9a62b467a818ca2a3b729a1b0fef69e1c121a9d0.tar.gz
bcm5719-llvm-9a62b467a818ca2a3b729a1b0fef69e1c121a9d0.zip
Remove dead variable.
llvm-svn: 92188
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
index f5e7c3480bd..474d8339666 100644
--- a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
@@ -187,7 +187,6 @@ SDValue
SelectionDAGLegalize::ShuffleWithNarrowerEltType(EVT NVT, EVT VT, DebugLoc dl,
SDValue N1, SDValue N2,
SmallVectorImpl<int> &Mask) const {
- EVT EltVT = NVT.getVectorElementType();
unsigned NumMaskElts = VT.getVectorNumElements();
unsigned NumDestElts = NVT.getVectorNumElements();
unsigned NumEltsGrowth = NumDestElts / NumMaskElts;
OpenPOWER on IntegriCloud