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

lib/CodeGen/SelectionDAG/LegalizeDAG.cpp

index f5e7c3480bdb18e0cb91df2f4996714d3c197d79..474d83396660fff1d7714e5f990deef910bd5350 100644 (file)
@@ -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;