aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Staszak <kubastaszak@gmail.com>2012-04-15 20:22:36 +0000
committerJakub Staszak <kubastaszak@gmail.com>2012-04-15 20:22:36 +0000
commit082d475fc95764fc1b7828a91c31fd4dddd9af8a (patch)
tree72910ff5fad2014a6a2e1d1edbea5fec86b4266e
parent7d719a5237d8da0aed188a400b9792b64dae5fc0 (diff)
downloadexternal_llvm-082d475fc95764fc1b7828a91c31fd4dddd9af8a.zip
external_llvm-082d475fc95764fc1b7828a91c31fd4dddd9af8a.tar.gz
external_llvm-082d475fc95764fc1b7828a91c31fd4dddd9af8a.tar.bz2
Fix class name.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154773 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/CodeGenerator.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html
index 313874e..c4b15df 100644
--- a/docs/CodeGenerator.html
+++ b/docs/CodeGenerator.html
@@ -1627,7 +1627,7 @@ def : Pat&lt;(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>.