From 64c3ee0cea7a0a478d495b9ba492465dd90e557d Mon Sep 17 00:00:00 2001
From: Jakub Staszak
Date: Sun, 15 Apr 2012 20:22:36 +0000
Subject: [PATCH] Fix class name.
llvm-svn: 154773
---
docs/CodeGenerator.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.