Skip to content

Commit 314a0eb

Browse files
parsifal-47arsenm
andauthored
Update llvm/lib/CodeGen/MachineVerifier.cpp
Co-authored-by: Matt Arsenault <[email protected]>
1 parent 80f6486 commit 314a0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/MachineVerifier.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,7 @@ void MachineVerifier::verifyPreISelGenericInstruction(const MachineInstr *MI) {
12801280
mdconst::extract<ConstantInt>(MMO.getRanges()->getOperand(0));
12811281
if (i->getIntegerType()->getBitWidth() !=
12821282
ValTy.getScalarType().getSizeInBits()) {
1283-
report("range is incompatible with the value it gets assigned to",
1283+
report("range is incompatible with the result type",
12841284
MI);
12851285
}
12861286
}

0 commit comments

Comments
 (0)