mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-11 16:37:42 +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:
parent
a98add69bd
commit
d831181f89
@ -187,7 +187,6 @@ SDValue
|
||||
SelectionDAGLegalize::ShuffleWithNarrowerEltType(EVT NVT, EVT VT, DebugLoc dl,
|
||||
SDValue N1, SDValue N2,
|
||||
SmallVectorImpl<int> &Mask) const {
|
||||
EVT EltVT = NVT.getVectorElementType();
|
||||
unsigned NumMaskElts = VT.getVectorNumElements();
|
||||
unsigned NumDestElts = NVT.getVectorNumElements();
|
||||
unsigned NumEltsGrowth = NumDestElts / NumMaskElts;
|
||||
|
Loading…
x
Reference in New Issue
Block a user