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 4f16afa commit f2ddff5Copy full SHA for f2ddff5
llvm/lib/CodeGen/MachineVerifier.cpp
@@ -1280,8 +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 result type",
1284
- MI);
+ report("range is incompatible with the result type", MI);
1285
}
1286
1287
} else if (MI->getOpcode() == TargetOpcode::G_STORE) {
0 commit comments