mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-01 15:17:25 +00:00
Remove dead variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92188 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -187,7 +187,6 @@ SDValue
|
|||||||
SelectionDAGLegalize::ShuffleWithNarrowerEltType(EVT NVT, EVT VT, DebugLoc dl,
|
SelectionDAGLegalize::ShuffleWithNarrowerEltType(EVT NVT, EVT VT, DebugLoc dl,
|
||||||
SDValue N1, SDValue N2,
|
SDValue N1, SDValue N2,
|
||||||
SmallVectorImpl<int> &Mask) const {
|
SmallVectorImpl<int> &Mask) const {
|
||||||
EVT EltVT = NVT.getVectorElementType();
|
|
||||||
unsigned NumMaskElts = VT.getVectorNumElements();
|
unsigned NumMaskElts = VT.getVectorNumElements();
|
||||||
unsigned NumDestElts = NVT.getVectorNumElements();
|
unsigned NumDestElts = NVT.getVectorNumElements();
|
||||||
unsigned NumEltsGrowth = NumDestElts / NumMaskElts;
|
unsigned NumEltsGrowth = NumDestElts / NumMaskElts;
|
||||||
|
|||||||
Reference in New Issue
Block a user