[llvm-commits] [llvm] r154773 - /llvm/trunk/docs/CodeGenerator.html
Jakub Staszak
kubastaszak at gmail.com
Sun Apr 15 13:22:37 PDT 2012
Author: kuba
Date: Sun Apr 15 15:22:36 2012
New Revision: 154773
URL: http://llvm.org/viewvc/llvm-project?rev=154773&view=rev
Log:
Fix class name.
Modified:
llvm/trunk/docs/CodeGenerator.html
Modified: llvm/trunk/docs/CodeGenerator.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CodeGenerator.html?rev=154773&r1=154772&r2=154773&view=diff
==============================================================================
--- llvm/trunk/docs/CodeGenerator.html (original)
+++ llvm/trunk/docs/CodeGenerator.html Sun Apr 15 15:22:36 2012
@@ -1627,7 +1627,7 @@
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>.
More information about the llvm-commits
mailing list