diff options
-rw-r--r-- | docs/users_guide/debugging.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/users_guide/debugging.rst b/docs/users_guide/debugging.rst index d33c8b426a..52abd74f25 100644 --- a/docs/users_guide/debugging.rst +++ b/docs/users_guide/debugging.rst @@ -477,10 +477,12 @@ assembler. Dump the result of the register allocation pass. .. ghc-flag:: -ddump-asm-regalloc-stages - :shortdesc: Dump the build/spill stages of the register allocator. + :shortdesc: Dump the build/spill stages of the :ghc-flag:`-fregs-graph` + register allocator. :type: dynamic - Dump the build/spill stages of the register allocator. + Dump the build/spill stages of the :ghc-flag:`-fregs-graph` register + allocator. .. ghc-flag:: -ddump-asm-stats :shortdesc: Dump statistics from the register allocator. |