diff options
Diffstat (limited to 'test/MC/X86/x86_nop.s')
-rw-r--r-- | test/MC/X86/x86_nop.s | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/test/MC/X86/x86_nop.s b/test/MC/X86/x86_nop.s index 572487bfdaca..feac4e4cf039 100644 --- a/test/MC/X86/x86_nop.s +++ b/test/MC/X86/x86_nop.s @@ -22,13 +22,7 @@ inc %eax inc %eax // CHECK: 0: 40 incl %eax -// CHECK: 1: 90 nop -// CHECK: 2: 90 nop -// CHECK: 3: 90 nop -// CHECK: 4: 90 nop -// CHECK: 5: 90 nop -// CHECK: 6: 90 nop -// CHECK: 7: 90 nop +// CHECK: 1: 8d b4 26 00 00 00 00 leal (%esi), %esi // CHECK: 8: 40 incl %eax |