mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-23 03:59:12 +00:00
Fix class name.
llvm-svn: 154773
This commit is contained in:
parent
7a2a2ae678
commit
64c3ee0cea
@ -1627,7 +1627,7 @@ def : Pat<(i32 imm:$imm),
|
||||
bits. These physical registers are marked as <i>aliased</i> in LLVM. Given a
|
||||
particular architecture, you can check which registers are aliased by
|
||||
inspecting its <tt>RegisterInfo.td</tt> file. Moreover, the method
|
||||
<tt>TargetRegisterInfo::getAliasSet(p_reg)</tt> returns an array containing
|
||||
<tt>MCRegisterInfo::getAliasSet(p_reg)</tt> returns an array containing
|
||||
all the physical registers aliased to the register <tt>p_reg</tt>.</p>
|
||||
|
||||
<p>Physical registers, in LLVM, are grouped in <i>Register Classes</i>.
|
||||
|
Loading…
Reference in New Issue
Block a user