mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-12 22:17:47 +00:00
Fix unused variable warning in Release builds. NFC.
llvm-svn: 288416
This commit is contained in:
parent
460755f4a6
commit
75f09ab5fe
@ -116,7 +116,7 @@ bool X86InterleavedAccessGroup::decompose(
|
||||
Instruction *VecInst, unsigned NumSubVectors, VectorType *SubVecTy,
|
||||
SmallVectorImpl<Instruction *> &DecomposedVectors) {
|
||||
Type *VecTy = VecInst->getType();
|
||||
|
||||
(void)VecTy;
|
||||
assert(VecTy->isVectorTy() &&
|
||||
DL.getTypeSizeInBits(VecTy) >=
|
||||
DL.getTypeSizeInBits(SubVecTy) * NumSubVectors &&
|
||||
|
Loading…
Reference in New Issue
Block a user