summaryrefslogtreecommitdiffstats
path: root/llvm/docs
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
commit9414f0f266dd1a31b08d61485e6039d02c4f769e (patch)
tree02dd8d50abf2ac137165309a4e1492fa54b6c1da /llvm/docs
parentaeacc17d50aa6adf6b8e9cb2f48a659f49279743 (diff)
downloadbcm5719-llvm-9414f0f266dd1a31b08d61485e6039d02c4f769e.tar.gz
bcm5719-llvm-9414f0f266dd1a31b08d61485e6039d02c4f769e.zip
Fix class name.
llvm-svn: 154773
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/CodeGenerator.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CodeGenerator.html b/llvm/docs/CodeGenerator.html
index 313874e40a2..c4b15dfe377 100644
--- a/llvm/docs/CodeGenerator.html
+++ b/llvm/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>.
OpenPOWER on IntegriCloud