Skip to content

Commit d0dccfc

Browse files
committed
Remove unused variable from RISCV backend
1 parent da79907 commit d0dccfc

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
@@ -1238,8 +1238,6 @@ RISCVTTIImpl::getStridedMemoryOpCost(const MemIntrinsicCostAttributes &MICA,
12381238
: Instruction::Store;
12391239

12401240
Type *DataTy = MICA.getDataType();
1241-
const Value *Ptr = MICA.getPointer();
1242-
bool VariableMask = MICA.getVariableMask();
12431241
Align Alignment = MICA.getAlignment();
12441242
const Instruction *I = MICA.getInst();
12451243

0 commit comments

Comments
 (0)