From e2139a5d1c11954ede663539c8666e8696474c01 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Thu, 22 Sep 2022 18:35:12 -0700 Subject: Suppress unused-variable warnings in vector instruction definitions --- riscv/insns/vcpop_m.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'riscv/insns/vcpop_m.h') diff --git a/riscv/insns/vcpop_m.h b/riscv/insns/vcpop_m.h index cbe45a4..671362f 100644 --- a/riscv/insns/vcpop_m.h +++ b/riscv/insns/vcpop_m.h @@ -2,8 +2,6 @@ require(P.VU.vsew >= e8 && P.VU.vsew <= e64); require_vector(true); reg_t vl = P.VU.vl->read(); -reg_t sew = P.VU.vsew; -reg_t rd_num = insn.rd(); reg_t rs2_num = insn.rs2(); require(P.VU.vstart->read() == 0); reg_t popcount = 0; -- cgit v1.1