diff options
-rw-r--r-- | lib/Target/X86/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/README.txt b/lib/Target/X86/README.txt index 46849af2ef..558846d602 100644 --- a/lib/Target/X86/README.txt +++ b/lib/Target/X86/README.txt @@ -132,7 +132,7 @@ Representing memory in MachineInstrs ------------------------------------ The x86 has a very, uhm, flexible, way of accessing memory. It is capable of -addressing memory addresses of the following form directly in integer +forming memory addresses of the following expression directly in integer instructions (which use ModR/M addressing): Base+[1,2,4,8]*IndexReg+Disp32 |