MIPS/GAS/testsuite: Remove last remnants of ECOFF support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / 24k-branch-delay-1.s
CommitLineData
17b09558
CM
1# Test that we don't move store into delay slots
2
3 .text
4func:
5 addiu $2,$3,5
6 lw $4,0($2)
7 sw $3,0($2)
8 sw $3,8($2)
9 sw $3,16($2)
10 beq $3,0,.L1
11 lw $3,8($2)
12.L1:
13 lw $5,16($2)
14 .p2align 4
This page took 0.269054 seconds and 4 git commands to generate.