mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-10 05:41:40 +00:00
Fix comment.
llvm-svn: 123125
This commit is contained in:
parent
82de29fb76
commit
ec41e691f0
@ -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