blob: 50d829b850443fffc0cbdcb5291faf0ca8b6763d [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
sdw %1, foodata(%12)