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 c81d84c commit f8b561aCopy full SHA for f8b561a
llvm/utils/TableGen/Common/CodeGenRegisters.cpp
@@ -99,7 +99,7 @@ void CodeGenSubRegIndex::updateComponents(CodeGenRegBank &RegBank) {
99
if (!Parts.empty()) {
100
if (Parts.size() < 2)
101
PrintFatalError(TheDef->getLoc(),
102
- "CoveredBySubRegs must have two or more entries");
+ "CoveringSubRegIndices must have two or more entries");
103
SmallVector<CodeGenSubRegIndex *, 8> IdxParts;
104
for (const Record *Part : Parts)
105
IdxParts.push_back(RegBank.getSubRegIdx(Part));
0 commit comments