mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-12 18:33:22 +00:00
Remove unused variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166973 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
96df437a03
commit
eb90295cba
@ -4635,7 +4635,6 @@ static SDValue getShuffleScalarElt(SDNode *N, unsigned Index, SelectionDAG &DAG,
|
||||
MVT ShufVT = V.getValueType().getSimpleVT();
|
||||
unsigned NumElems = ShufVT.getVectorNumElements();
|
||||
SmallVector<int, 16> ShuffleMask;
|
||||
SDValue ImmN;
|
||||
bool IsUnary;
|
||||
|
||||
if (!getTargetShuffleMask(N, ShufVT, ShuffleMask, IsUnary))
|
||||
|
Loading…
x
Reference in New Issue
Block a user