[NFC][MachineRegisterInfo] Fix typo in comments of getLiveInVirtReg() function

Reviewed By: scott.linder

Differential Revision: https://reviews.llvm.org/D109743
This commit is contained in:
RamNalamothu 2021-09-14 12:29:14 +05:30
parent 167ff5280d
commit 6403f716f1
1 changed files with 1 additions and 1 deletions

View File

@ -964,7 +964,7 @@ public:
MCRegister getLiveInPhysReg(Register VReg) const;
/// getLiveInVirtReg - If PReg is a live-in physical register, return the
/// corresponding live-in physical register.
/// corresponding live-in virtual register.
Register getLiveInVirtReg(MCRegister PReg) const;
/// EmitLiveInCopies - Emit copies to initialize livein virtual registers