From 600df458ffe36ff4ed6aeead4754b79d09c0a861 Mon Sep 17 00:00:00 2001
From: Misha Brukman
-The x86 has a very, uhm, flexible, way of accessing memory. It is capable of +
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):
@@ -908,9 +907,9 @@ 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 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:
+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 MachineOperands in this order:
Index: 0 | 1 2 3 4