Skip to content

Commit d479071

Browse files
authored
whitespace
1 parent 080dcc6 commit d479071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/MC/MCInstrInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class MCInstrInfo {
7070

7171
const int16_t *getRegClassByHwModeTable(unsigned ModeId) const {
7272
assert(RegClassByHwModeTables && NumRegClassByHwModes != 0 &&
73-
"MCInstrInfo not properly initialized");
73+
"MCInstrInfo not properly initialized");
7474
return &RegClassByHwModeTables[ModeId * NumRegClassByHwModes];
7575
}
7676

0 commit comments

Comments
 (0)