Index: clang/utils/TableGen/RISCVVEmitter.cpp =================================================================== --- clang/utils/TableGen/RISCVVEmitter.cpp +++ 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;