mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-08 13:00:50 +00:00
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123125 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f42685004c
commit
43a566519b
@ -759,11 +759,11 @@ const TargetRegisterClass *getCommonSubClass(const TargetRegisterClass *A,
|
||||
/// Prints virtual and physical registers with or without a TRI instance.
|
||||
///
|
||||
/// The format is:
|
||||
/// %noreg - NoRegister
|
||||
/// %reg5 - a virtual register.
|
||||
/// %reg5:sub_8bit - a virtual register with sub-register index (with TRI).
|
||||
/// %EAX - a physical register
|
||||
/// %physreg17 - a physical register when no TRI instance given.
|
||||
/// %noreg - NoRegister
|
||||
/// %vreg5 - a virtual register.
|
||||
/// %vreg5:sub_8bit - a virtual register with sub-register index (with TRI).
|
||||
/// %EAX - a physical register
|
||||
/// %physreg17 - a physical register when no TRI instance given.
|
||||
///
|
||||
/// Usage: OS << PrintReg(Reg, TRI) << '\n';
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user