We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e17a431 commit b470278Copy full SHA for b470278
llvm/utils/TableGen/DecoderEmitter.cpp
@@ -2510,7 +2510,6 @@ namespace {
2510
for (const auto &[HwModeID, EncodingIDs] : EncodingIDsByHwMode) {
2511
for (unsigned EncodingID : EncodingIDs) {
2512
const InstructionEncoding &Encoding = Encodings[EncodingID];
2513
- const Record *EncodingDef = Encoding.getRecord();
2514
const unsigned BitWidth =
2515
IsVarLenInst ? MaxInstLen : Encoding.getBitWidth();
2516
StringRef DecoderNamespace = Encoding.getDecoderNamespace();
0 commit comments