* Updated DVP test case to match new alignment code that was checked in two
[deliverable/binutils-gdb.git] / gas / testsuite / gas / all / cond.s
CommitLineData
c98bb2d6
ILT
1 .if 0
2 .if 1
3 .endc
4 .long 0
5 .if 0
6 .long 1
7 .endc
8 .else
9 .if 1
10 .endc
11 .long 2
12 .if 0
13 .long 3
14 .else
15 .long 4
16 .endc
17 .endc
This page took 0.054408 seconds and 4 git commands to generate.