diff options
-rw-r--r-- | lib/Target/X86/X86ISelLowering.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/X86/X86ISelLowering.cpp b/lib/Target/X86/X86ISelLowering.cpp index 9af194c..d662d12 100644 --- a/lib/Target/X86/X86ISelLowering.cpp +++ b/lib/Target/X86/X86ISelLowering.cpp @@ -5393,7 +5393,6 @@ static SDValue LowerVECTOR_SHUFFLEtoBlend(SDValue Op, DebugLoc dl = SVOp->getDebugLoc(); EVT VT = Op.getValueType(); EVT InVT = V1.getValueType(); - EVT EltVT = VT.getVectorElementType(); int MaskSize = VT.getVectorNumElements(); int InSize = InVT.getVectorNumElements(); |