* gas/mri/mri.exp: Add xfail for the expr test for all hppa
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mri / if.s
1 ; Test MRI structured if pseudo-op.
2
3 xdef foo
4 foo
5 if d1 <gt> d0 and d2 <gt> d0 then
6 if d1 <gt> d2 then
7 move d1,d3
8 else
9 move d2,d3
10 endi
11 else
12 if d0 <gt> d1 or d0 <gt> d2 then
13 move d0,d3
14 endi
15 endi
16
17 nop
This page took 0.035311 seconds and 4 git commands to generate.