aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/AsmParser/ifc.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/AsmParser/ifc.s')
-rw-r--r--test/MC/AsmParser/ifc.s5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/MC/AsmParser/ifc.s b/test/MC/AsmParser/ifc.s
index 20e55c0..24944a2 100644
--- a/test/MC/AsmParser/ifc.s
+++ b/test/MC/AsmParser/ifc.s
@@ -63,3 +63,8 @@
.else
.byte 0
.endif
+
+# CHECK-NOT: .byte 0
+# CHECK: .byte 1
+.ifnc equal, equal ; .byte 0 ; .else ; .byte 1 ; .endif
+