diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2005-02-17 22:22:24 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2005-02-17 22:22:24 +0000 |
| commit | 3703685b1ab5d77491617a1d27ba9cb4c442d021 (patch) | |
| tree | 16354c49b26c573b7f77d15da0afe1d206940b77 /llvm/docs/CodeGenerator.html | |
| parent | 20430321c22ca46dfaef1a8c245e2dfc71d69807 (diff) | |
| download | bcm5719-llvm-3703685b1ab5d77491617a1d27ba9cb4c442d021.tar.gz bcm5719-llvm-3703685b1ab5d77491617a1d27ba9cb4c442d021.zip | |
Remove colloquialisms from the documentation.
llvm-svn: 20233
Diffstat (limited to 'llvm/docs/CodeGenerator.html')
| -rw-r--r-- | llvm/docs/CodeGenerator.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/llvm/docs/CodeGenerator.html b/llvm/docs/CodeGenerator.html index fa9c70796c9..cfdcc2b8892 100644 --- a/llvm/docs/CodeGenerator.html +++ b/llvm/docs/CodeGenerator.html @@ -899,8 +899,7 @@ implementations.</p> <div class="doc_text"> -<p> -The x86 has a very, uhm, flexible, way of accessing memory. It is capable of +<p>The x86 has a very flexible way of accessing memory. It is capable of forming memory addresses of the following expression directly in integer instructions (which use ModR/M addressing):</p> @@ -908,9 +907,9 @@ 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 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> +<p>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 <tt>MachineOperand</tt>s in this order:</p> <pre> Index: 0 | 1 2 3 4 |

