Skip to content

Commit 3312863

Browse files
committed
Remove unused variable from RISCV backend
1 parent 7718a87 commit 3312863

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1227,8 +1227,6 @@ RISCVTTIImpl::getStridedMemoryOpCost(const MemIntrinsicCostAttributes &MICA,
12271227
: Instruction::Store;
12281228

12291229
Type *DataTy = MICA.getDataType();
1230-
const Value *Ptr = MICA.getPointer();
1231-
bool VariableMask = MICA.getVariableMask();
12321230
Align Alignment = MICA.getAlignment();
12331231
const Instruction *I = MICA.getInst();
12341232

0 commit comments

Comments
 (0)