summaryrefslogtreecommitdiff
path: root/test/MC/AsmParser/ARM/arm_instructions.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/AsmParser/ARM/arm_instructions.s')
-rw-r--r--test/MC/AsmParser/ARM/arm_instructions.s8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/MC/AsmParser/ARM/arm_instructions.s b/test/MC/AsmParser/ARM/arm_instructions.s
new file mode 100644
index 0000000000000..8632cb0cefd82
--- /dev/null
+++ b/test/MC/AsmParser/ARM/arm_instructions.s
@@ -0,0 +1,8 @@
+@ RUN: llvm-mc -triple arm-unknown-unknown %s | FileCheck %s
+
+@ CHECK: nop
+ nop
+
+@ CHECK: nopeq
+ nopeq
+