From 82bd0c51d7606067718ed85389f3a283de74823d Mon Sep 17 00:00:00 2001 From: John Criswell Date: Fri, 3 Dec 2004 15:59:26 +0000 Subject: [PATCH] Fixed typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18455 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CodeGenerator.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index dfdc0528455..be4b05325ea 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -591,7 +591,7 @@ instructions (which use ModR/M addressing):

Base+[1,2,4,8]*IndexReg+Disp32 -

Wow, that's crazy. In order to represent this, LLVM tracks no less that 4 +

Wow, that's crazy. In order to represent this, LLVM tracks no less than 4 operands for each memory operand of this form. This means that the "load" form of 'mov' has the following "Operands" in this order:

-- 2.34.1