diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-10-16 17:54:38 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-10-16 17:54:38 -0400 |
commit | 21b7057e958551fb6bf8c832491345c4f6e7f44f (patch) | |
tree | b34879c661a9f00e9fbf7630c780299ee69f6de6 /docs/users_guide/debugging.rst | |
parent | aa982685f23b1c723802ec4d574c23950b7d1a50 (diff) | |
download | haskell-21b7057e958551fb6bf8c832491345c4f6e7f44f.tar.gz |
users-guide: Clarify -ddump-asm-regalloc-stages documentation
[skip ci]
Diffstat (limited to 'docs/users_guide/debugging.rst')
-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. |