diff options
-rw-r--r-- | llvm/test/MC/X86/x86_errors.s | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/MC/X86/x86_errors.s b/llvm/test/MC/X86/x86_errors.s index d2f80a4363a..d9995918389 100644 --- a/llvm/test/MC/X86/x86_errors.s +++ b/llvm/test/MC/X86/x86_errors.s @@ -154,3 +154,7 @@ mov $v_eax, %ecx // 32: error: unexpected token in argument list // 64: error: unexpected token in argument list mov v_ecx(%eax), %ecx + +// 32: 7: error: invalid operand for instruction +// 64: 7: error: invalid operand for instruction +addb (%dx), %al |