Remove unused variable.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154398 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
David Blaikie 2012-04-10 15:23:13 +00:00
parent 77dde089ab
commit 2330636a66

View File

@ -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();