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 080dcc6 commit d479071Copy full SHA for d479071
llvm/include/llvm/MC/MCInstrInfo.h
@@ -70,7 +70,7 @@ class MCInstrInfo {
70
71
const int16_t *getRegClassByHwModeTable(unsigned ModeId) const {
72
assert(RegClassByHwModeTables && NumRegClassByHwModes != 0 &&
73
- "MCInstrInfo not properly initialized");
+ "MCInstrInfo not properly initialized");
74
return &RegClassByHwModeTables[ModeId * NumRegClassByHwModes];
75
}
76
0 commit comments