File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -910,8 +910,6 @@ void DecoderEmitter::emitRegClassByHwModeDecoders(
910
910
void DecoderEmitter::emitDecoderFunction (formatted_raw_ostream &OS,
911
911
const DecoderSet &Decoders,
912
912
unsigned BucketBitWidth) const {
913
- emitRegClassByHwModeDecoders (OS);
914
-
915
913
// The decoder function is just a big switch statement or a table of function
916
914
// pointers based on the input decoder index.
917
915
@@ -2080,6 +2078,8 @@ template <typename T> constexpr uint32_t InsnBitWidth = 0;
2080
2078
emitInstrLenTable (OS, InstrLen);
2081
2079
}
2082
2080
2081
+ emitRegClassByHwModeDecoders (OS);
2082
+
2083
2083
// Map of (bitwidth, namespace, hwmode) tuple to encoding IDs.
2084
2084
// Its organized as a nested map, with the (namespace, hwmode) as the key for
2085
2085
// the inner map and bitwidth as the key for the outer map. We use std::map
You can’t perform that action at this time.
0 commit comments