diff options
| author | John Criswell <criswell@uiuc.edu> | 2004-12-03 15:59:26 +0000 |
|---|---|---|
| committer | John Criswell <criswell@uiuc.edu> | 2004-12-03 15:59:26 +0000 |
| commit | 82bd0c51d7606067718ed85389f3a283de74823d (patch) | |
| tree | cd9ec1dd36ac1379a577567fee6de94a4844c270 /docs/CodeGenerator.html | |
| parent | 33306c0b8c0eda81e92a5c17efe86a23a7f5aea0 (diff) | |
Fixed typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18455 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CodeGenerator.html')
| -rw-r--r-- | docs/CodeGenerator.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index dfdc052845..be4b05325e 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -591,7 +591,7 @@ instructions (which use ModR/M addressing):</p> Base+[1,2,4,8]*IndexReg+Disp32 </pre> -<p>Wow, that's crazy. In order to represent this, LLVM tracks no less that 4 +<p>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:</p> |
