Skip to content

Commit 2047ef6

Browse files
committed
undid one more instance of changes
1 parent 5ce9af2 commit 2047ef6

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
@@ -2587,7 +2587,7 @@ MachineVerifier::visitMachineOperand(const MachineOperand *MO, unsigned MONum) {
25872587
// Verify earlyClobber def operand
25882588
if (MCID.getOperandConstraint(MONum, MCOI::EARLY_CLOBBER) != -1) {
25892589
if (!MO->isReg())
2590-
report("Early clobber must be a register", MO, MONum);
2590+
report("Early clobber must be a register", MI);
25912591
if (!MO->isEarlyClobber())
25922592
report("Missing earlyClobber flag", MI);
25932593
}

0 commit comments

Comments
 (0)