diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index e98717278a2..e3b3bae9c29 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -941,7 +941,10 @@ be used to verify some algorithms.
The code generator now supports vector "select" operations on vector
comparisons, turning them into various optimized code sequences (e.g.
using the SSE4/AVX "blend" instructions).
-XXX: Domain fixing pass is now target independent (ExecutionDepsFix pass). (Jakob)
+The SSE execution domain fix pass and the ARM NEON move fix pass have been
+ merged to a target independent execution dependency fix pass. Targets can
+ override the getExecutionDomain
and
+ setExecutionDomain
hooks to use it.