blob: b3bd2d9ac72fdc9e04544f02e7c5787c8de50ecf [file] [log] [blame]
# This test case includes a single case of a yield instruction
# (e.g. SLEEP) appearing in the branch delay slot. We expect
# the assembler to issue a warning about this!
.text
sleep
beq %0, %0, foo
# sleep insn in the branch delay slot.
sleep
foo: nop