Skip to content

Commit 902f04e

Browse files
committed
Moving the noteNewVirtualRegister change to a new commit
1 parent dabe1ec commit 902f04e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/CodeGen/MIRParser/MIParser.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1786,7 +1786,6 @@ bool MIParser::parseRegisterOperand(MachineOperand &Dest,
17861786

17871787
MRI.setRegClassOrRegBank(Reg, static_cast<RegisterBank *>(nullptr));
17881788
MRI.setType(Reg, Ty);
1789-
MRI.noteNewVirtualRegister(Reg);
17901789
}
17911790
}
17921791
} else if (consumeIfPresent(MIToken::lparen)) {

0 commit comments

Comments
 (0)