Fixed typo.

llvm-svn: 18455
This commit is contained in:
John Criswell 2004-12-03 15:59:26 +00:00
parent 378036ed74
commit 197389ca3f

View File

@ -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>