[RISCV][TableGen] Remove HasMaskedOffOperand as a member of RVVIntrinsic. NFC
authorCraig Topper <craig.topper@sifive.com>
Mon, 18 Oct 2021 22:56:03 +0000 (15:56 -0700)
committerCraig Topper <craig.topper@sifive.com>
Mon, 18 Oct 2021 22:56:37 +0000 (15:56 -0700)
commit684b6265b31cabf422b01cd8937a3641c6df914f
tree1a718bf1de53ff80e1feac90007408f86fdb516f
parent0567f0333176e476e15b7f32b463f58f7475ff22
[RISCV][TableGen] Remove HasMaskedOffOperand as a member of RVVIntrinsic. NFC

This value is only used by the RVVIntrinsic constructor. We don't
need it to be a member.
clang/utils/TableGen/RISCVVEmitter.cpp