From: Jakub Staszak
Date: Sun, 15 Apr 2012 20:22:36 +0000 (+0000)
Subject: Fix class name.
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=082d475fc95764fc1b7828a91c31fd4dddd9af8a;p=oota-llvm.git
Fix class name.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154773 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html
index 313874e40a2..c4b15dfe377 100644
--- a/docs/CodeGenerator.html
+++ b/docs/CodeGenerator.html
@@ -1627,7 +1627,7 @@ def : Pat<(i32 imm:$imm),
bits. These physical registers are marked as aliased in LLVM. Given a
particular architecture, you can check which registers are aliased by
inspecting its RegisterInfo.td file. Moreover, the method
- TargetRegisterInfo::getAliasSet(p_reg) returns an array containing
+ MCRegisterInfo::getAliasSet(p_reg) returns an array containing
all the physical registers aliased to the register p_reg.
Physical registers, in LLVM, are grouped in Register Classes.