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 80f6486 commit 314a0ebCopy full SHA for 314a0eb
llvm/lib/CodeGen/MachineVerifier.cpp
@@ -1280,7 +1280,7 @@ void MachineVerifier::verifyPreISelGenericInstruction(const MachineInstr *MI) {
1280
mdconst::extract<ConstantInt>(MMO.getRanges()->getOperand(0));
1281
if (i->getIntegerType()->getBitWidth() !=
1282
ValTy.getScalarType().getSizeInBits()) {
1283
- report("range is incompatible with the value it gets assigned to",
+ report("range is incompatible with the result type",
1284
MI);
1285
}
1286
0 commit comments