mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-02 00:37:09 +00:00
Fix class name.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154773 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7d719a5237
commit
082d475fc9
@ -1627,7 +1627,7 @@ def : Pat<(i32 imm:$imm),
|
|||||||
bits. These physical registers are marked as <i>aliased</i> in LLVM. Given a
|
bits. These physical registers are marked as <i>aliased</i> in LLVM. Given a
|
||||||
particular architecture, you can check which registers are aliased by
|
particular architecture, you can check which registers are aliased by
|
||||||
inspecting its <tt>RegisterInfo.td</tt> file. Moreover, the method
|
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>
|
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>.
|
<p>Physical registers, in LLVM, are grouped in <i>Register Classes</i>.
|
||||||
|
Loading…
Reference in New Issue
Block a user