``Write after read'': The register must only be written to after previous instructions read it:
If R6 is only read when the STORE instr is ready to execute,
it could already have been overwritten by a later instruction.
WAR hazards cannot occur in DLX even extended with long-latency FP operations: