Improve warning message for $0 constraint on MIPSR6 branches
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sparc / v8branch.s
CommitLineData
618a8fdb
DC
1 .text
2 # Check that a nop instruction is inserted to prevent a floating
3 # point compare directly followed by a floating point branch.
4no_fpop2_before_fcmp:
5 fadds %f0, %f0, %f0
6 fbe 1f
7 nop
8 fcmps %f0, %f0
9 fbe 1f
10 nop
111: nop
This page took 0.047066 seconds and 4 git commands to generate.