mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-01 07:11:45 +00:00
[X86] Remove unused variable
llvm-svn: 346592
This commit is contained in:
parent
1e0c14eac1
commit
6912aa5ba9
@ -40075,7 +40075,6 @@ static SDValue combineVSZext(SDNode *N, SelectionDAG &DAG,
|
||||
MVT OpVT = Op.getSimpleValueType();
|
||||
MVT OpEltVT = OpVT.getVectorElementType();
|
||||
unsigned OpEltSizeInBits = OpEltVT.getSizeInBits();
|
||||
unsigned InputBits = OpEltSizeInBits * NumElts;
|
||||
|
||||
// Perform any constant folding.
|
||||
// FIXME: Reduce constant pool usage and don't fold when OptSize is enabled.
|
||||
|
Loading…
x
Reference in New Issue
Block a user