1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Remove unused variable.

llvm-svn: 154398
This commit is contained in:
David Blaikie 2012-04-10 15:23:13 +00:00
parent e5008bb774
commit cf463882c0

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