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 d479071 commit a9006f3Copy full SHA for a9006f3
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