Removed unused variable

llvm-svn: 159197
This commit is contained in:
Elena Demikhovsky 2012-06-26 10:50:07 +00:00
parent 8ed44466c2
commit 863d2d3235
1 changed files with 0 additions and 1 deletions

View File

@ -3503,7 +3503,6 @@ static
SDValue Compact8x32ShuffleNode(ShuffleVectorSDNode *SVOp,
SelectionDAG &DAG) {
EVT VT = SVOp->getValueType(0);
unsigned NumElts = VT.getVectorNumElements();
DebugLoc dl = SVOp->getDebugLoc();
if (VT != MVT::v8i32 && VT != MVT::v8f32)