forked from OSchip/llvm-project
[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:
parent
167ff5280d
commit
6403f716f1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue