mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 06:32:24 +00:00
Fix an unused variable warning from r161742.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161743 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bccc8ce9b8
commit
ec6593cf84
@ -5458,10 +5458,7 @@ static SDValue LowerAVXCONCAT_VECTORS(SDValue Op, SelectionDAG &DAG) {
|
||||
|
||||
SDValue
|
||||
X86TargetLowering::LowerCONCAT_VECTORS(SDValue Op, SelectionDAG &DAG) const {
|
||||
EVT ResVT = Op.getValueType();
|
||||
|
||||
assert(Op.getNumOperands() == 2);
|
||||
assert(ResVT.is256BitVector() && "Unsupported CONCAT_VECTORS for value type");
|
||||
|
||||
// 256-bit AVX can use the vinsertf128 instruction to create 256-bit vectors
|
||||
// from two other 128-bit ones.
|
||||
|
Loading…
x
Reference in New Issue
Block a user