blob: 6ec51f5a805575669a3aeaee3e2f84de7fb658f7 [file] [log] [blame]
# This test case includes a single case of a load hazard, whereby an
# instruction references a register which is the target of a load.
# The assembler must warn about this!
.data
foodata:
.word 42
.text
lw %1, foodata(%4)
add %8, %1, %9