From 00920f68a42251b5bde8537a78bd55f33615b441 Mon Sep 17 00:00:00 2001
From: Jakub Staszak
Date: Sun, 15 Apr 2012 20:13:47 +0000
Subject: [PATCH] Fix filename and register numbers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154771 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/CodeGenerator.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html
index 77bd625a4e5..313874e40a2 100644
--- a/docs/CodeGenerator.html
+++ b/docs/CodeGenerator.html
@@ -1617,9 +1617,9 @@ def : Pat<(i32 imm:$imm),
range from 1 to 1023. To see how this numbering is defined for a particular
architecture, you can read the GenRegisterNames.inc file for that
architecture. For instance, by
- inspecting lib/Target/X86/X86GenRegisterNames.inc we see that the
- 32-bit register EAX is denoted by 15, and the MMX register
- MM0 is mapped to 48.
+ inspecting lib/Target/X86/X86GenRegisterInfo.inc we see that the
+ 32-bit register EAX is denoted by 43, and the MMX register
+ MM0 is mapped to 65.
Some architectures contain registers that share the same physical location. A
notable example is the X86 platform. For instance, in the X86 architecture,
--
2.34.1