summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/Disassembler/X86/x86-16.txt
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/MC/Disassembler/X86/x86-16.txt')
-rw-r--r--llvm/test/MC/Disassembler/X86/x86-16.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/MC/Disassembler/X86/x86-16.txt b/llvm/test/MC/Disassembler/X86/x86-16.txt
index 407b695ef63..4099ea68247 100644
--- a/llvm/test/MC/Disassembler/X86/x86-16.txt
+++ b/llvm/test/MC/Disassembler/X86/x86-16.txt
@@ -318,10 +318,10 @@
# CHECK: sysretl
0x0f 0x07
-# CHECK: testl -24(%ebp), %ecx
+# CHECK: testl %ecx, -24(%ebp)
0x67 0x66 0x85 0x4d 0xe8
-# CHECK: testl -24(%ebp), %ecx
+# CHECK: testl %ecx, -24(%ebp)
0x67 0x66 0x85 0x4d 0xe8
# CHECK: pushw %cs
OpenPOWER on IntegriCloud