diff --git a/clang/utils/TableGen/RISCVVEmitter.cpp b/clang/utils/TableGen/RISCVVEmitter.cpp --- a/clang/utils/TableGen/RISCVVEmitter.cpp +++ b/clang/utils/TableGen/RISCVVEmitter.cpp @@ -57,9 +57,6 @@ // Suffix of overloaded intrinsic name. SmallVector OverloadedSuffix; - // BitMask for supported policies. - uint16_t PolicyBitMask; - // Number of field, large than 1 if it's segment load/store. unsigned NF;