[X86] Don't print 'dword ptr' or 'qword ptr' on the operand to some of the LEA varian...
[oota-llvm.git] / test / MC / Disassembler / X86 / intel-syntax-32.txt
index 2298823604aa8872d561990758c5a80f8af850d1..66c87b8bc07b526dc1780b62862b6f33946aec7b 100644 (file)
 
 # CHECK: mov dword ptr [878082192], eax
 0xa3 0x90 0x78 0x56 0x34
+
+# CHECK: lea   cx, [si + 4]
+0x67 0x66 0x8d 0x4c 0x04
+
+# CHECK: lea   ecx, [si + 4]
+0x67 0x8d 0x4c 0x04 
+
+# CHECK: lea   cx, [esp + 4]
+0x66 0x8d 0x4c 0x24 0x04 
+
+# CHECK: lea   ecx, [esp + 4]
+0x8d 0x4c 0x24 0x04