Skip to content

Commit f2ddff5

Browse files
committed
Formatting
1 parent 4f16afa commit f2ddff5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/CodeGen/MachineVerifier.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,8 +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 result type",
1284-
MI);
1283+
report("range is incompatible with the result type", MI);
12851284
}
12861285
}
12871286
} else if (MI->getOpcode() == TargetOpcode::G_STORE) {

0 commit comments

Comments
 (0)