brintos

brintos / llvm-project-archived public Read only

0
0
Text · 906 B · 24944a2 Raw
71 lines · plain
1# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s2 3# CHECK-NOT: .byte 04# CHECK: .byte 15.ifc foo, foo6	.byte 17.else8	.byte 09.endif10 11# CHECK-NOT: .byte 012# CHECK: .byte 113.ifc "foo space", "foo space"14	.byte 115.else16	.byte 017.endif18 19# CHECK-NOT: .byte 020# CHECK: .byte 121.ifc foo space, foo space22	.byte 123.else24	.byte 025.endif26 27# CHECK-NOT: .byte 028# CHECK: .byte 129.ifc unequal, unEqual30	.byte 031.else32	.byte 133.endif34 35# CHECK-NOT: .byte 036# CHECK: .byte 137.ifnc foo, foo38	.byte 039.else40	.byte 141.endif42 43# CHECK-NOT: .byte 044# CHECK: .byte 145.ifnc "foo space", "foo space"46	.byte 047.else48	.byte 149.endif50 51# CHECK-NOT: .byte 052# CHECK: .byte 153.ifnc foo space, foo space54	.byte 055.else56	.byte 157.endif58 59# CHECK-NOT: .byte 060# CHECK: .byte 161.ifnc unequal, unEqual62	.byte 163.else64	.byte 065.endif66 67# CHECK-NOT: .byte 068# CHECK: .byte 169.ifnc equal, equal ; .byte 0 ; .else ; .byte 1 ; .endif70 71