Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / 24k-branch-delay-1.s
1 # Test that we don't move store into delay slots
2
3 .text
4 func:
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.031019 seconds and 4 git commands to generate.