mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
X86ISelLowering.cpp: Mark a variable VT as LLVM_ATTRIBUTE_UNUSED. [-Wunused-variable]
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195238 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6bee54e30a
commit
56b09220a3
@ -6162,7 +6162,7 @@ static SDValue LowerAVXCONCAT_VECTORS(SDValue Op, SelectionDAG &DAG) {
|
||||
}
|
||||
|
||||
static SDValue LowerCONCAT_VECTORS(SDValue Op, SelectionDAG &DAG) {
|
||||
MVT VT = Op.getSimpleValueType();
|
||||
MVT LLVM_ATTRIBUTE_UNUSED VT = Op.getSimpleValueType();
|
||||
assert((VT.is256BitVector() && Op.getNumOperands() == 2) ||
|
||||
(VT.is512BitVector() && (Op.getNumOperands() == 2 ||
|
||||
Op.getNumOperands() == 4)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user