OSDN Git Service

Remove unused variable.
authorDiego Novillo <dnovillo@google.com>
Tue, 14 Feb 2017 16:39:54 +0000 (16:39 +0000)
committerDiego Novillo <dnovillo@google.com>
Tue, 14 Feb 2017 16:39:54 +0000 (16:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295065 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp

index 2288ce8..37574a9 100644 (file)
@@ -8227,7 +8227,6 @@ static bool matchVectorShuffleWithUNPCK(MVT VT, SDValue &V1, SDValue &V2,
                                         ArrayRef<int> TargetMask,
                                         SelectionDAG &DAG) {
   int NumElts = VT.getVectorNumElements();
-  int NumEltsInLane = 128 / VT.getScalarSizeInBits();
 
   bool Undef1 = true, Undef2 = true;
   for (int i = 0; (i != NumElts) && (Undef1 || Undef2); i += 2) {