mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:50:30 +00:00
Fixed typo.
llvm-svn: 18455
This commit is contained in:
parent
378036ed74
commit
197389ca3f
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user