summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/X86/AlignedBundling/align-mode-argument-error.s
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/MC/X86/AlignedBundling/align-mode-argument-error.s')
-rw-r--r--llvm/test/MC/X86/AlignedBundling/align-mode-argument-error.s8
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/test/MC/X86/AlignedBundling/align-mode-argument-error.s b/llvm/test/MC/X86/AlignedBundling/align-mode-argument-error.s
new file mode 100644
index 00000000000..f7225be8fc0
--- /dev/null
+++ b/llvm/test/MC/X86/AlignedBundling/align-mode-argument-error.s
@@ -0,0 +1,8 @@
+# RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - |& FileCheck %s
+
+# Missing .bundle_align_mode argument
+# CHECK: error: unknown token
+
+ .bundle_align_mode
+ imull $17, %ebx, %ebp
+
OpenPOWER on IntegriCloud