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 @@ -909,8 +909,6 @@ void DecoderEmitter::emitRegClassByHwModeDecoders(
909
909
void DecoderEmitter::emitDecoderFunction (formatted_raw_ostream &OS,
910
910
const DecoderSet &Decoders,
911
911
unsigned BucketBitWidth) const {
912
- emitRegClassByHwModeDecoders (OS);
913
-
914
912
// The decoder function is just a big switch statement or a table of function
915
913
// pointers based on the input decoder index.
916
914
@@ -1991,6 +1989,8 @@ template <typename T> constexpr uint32_t InsnBitWidth = 0;
1991
1989
emitInstrLenTable (OS, InstrLen);
1992
1990
}
1993
1991
1992
+ emitRegClassByHwModeDecoders (OS);
1993
+
1994
1994
// Map of (bitwidth, namespace, hwmode) tuple to encoding IDs.
1995
1995
// Its organized as a nested map, with the (namespace, hwmode) as the key for
1996
1996
// 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